Skip to content

Commit c77dca5

Browse files
authored
[CI] fix lint (#4888)
Fix lint CI error Signed-off-by: wangxiyuan <[email protected]>
1 parent 1a443f2 commit c77dca5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/tutorials/Qwen3-Dense.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ You can using our official docker image for supporting Qwen3 Dense models.
4545
Currently, we provide the all-in-one images.[Download images](https://quay.io/repository/ascend/vllm-ascend?tab=tags)
4646

4747
#### Docker Pull (by tag)
48+
4849
```{code-block} bash
4950
:substitutions:
5051
@@ -53,6 +54,7 @@ docker pull quay.io/ascend/vllm-ascend:|vllm_ascend_version|
5354
```
5455

5556
#### Docker run
57+
5658
```{code-block} bash
5759
:substitutions:
5860
@@ -344,7 +346,7 @@ The configuration compilation_config = { "cudagraph_mode": "FULL_DECODE_ONLY"} i
344346
### 8. Asynchronous Scheduling
345347
Asynchronous scheduling is a technique used to optimize inference efficiency. It allows non-blocking task scheduling to improve concurrency and throughput, especially when processing large-scale models.
346348

347-
This optimization is enabled by setting `--async-scheduling`.
349+
This optimization is enabled by setting `--async-scheduling`.
348350

349351
## Optimization Highlights
350352

0 commit comments

Comments
 (0)