Skip to content

Commit 8ddd1cf

Browse files
authored
[Doc] fix list formatting (#18624)
Signed-off-by: David Xia <david@davidxia.com>
1 parent 6550114 commit 8ddd1cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/getting_started/installation/gpu/cuda.inc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ VLLM_USE_PRECOMPILED=1 pip install --editable .
102102
```
103103

104104
This command will do the following:
105+
105106
1. Look for the current branch in your vLLM clone.
106-
2. Identify the corresponding base commit in the main branch.
107-
3. Download the pre-built wheel of the base commit.
108-
4. Use its compiled libraries in the installation.
107+
1. Identify the corresponding base commit in the main branch.
108+
1. Download the pre-built wheel of the base commit.
109+
1. Use its compiled libraries in the installation.
109110

110111
!!! note
111112
1. If you change C++ or kernel code, you cannot use Python-only build; otherwise you will see an import error about library not found or undefined symbol.

0 commit comments

Comments
 (0)