[Doc][v0.18.0] Fix documentation formatting and improve code examples (#8701)
### What this PR does / why we need it? This PR fixes various documentation issues and improves code examples throughout the project. Signed-off-by: MrZ20 <2609716663@qq.com>
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
## Setup environment using container
|
||||
|
||||
Before using containers, make sure Docker is installed on your system. If Docker is not installed, please refer to the [Docker installation guide](https://docs.docker.com/get-docker/) for installation instructions.
|
||||
|
||||
:::::{tab-set}
|
||||
::::{tab-item} Ubuntu
|
||||
|
||||
@@ -91,7 +93,7 @@ You can use ModelScope mirror to speed up download:
|
||||
<!-- tests/e2e/doctest/001-quickstart-test.sh should be considered updating as well -->
|
||||
|
||||
```bash
|
||||
export VLLM_USE_MODELSCOPE=true
|
||||
export VLLM_USE_MODELSCOPE=True
|
||||
```
|
||||
|
||||
There are two ways to start vLLM on Ascend NPU:
|
||||
|
||||
Reference in New Issue
Block a user