Unverified Commit 8ddd1cf2 authored by David Xia's avatar David Xia Committed by GitHub
Browse files

[Doc] fix list formatting (#18624)


Signed-off-by: default avatarDavid Xia <david@davidxia.com>
parent 6550114c
...@@ -102,10 +102,11 @@ VLLM_USE_PRECOMPILED=1 pip install --editable . ...@@ -102,10 +102,11 @@ VLLM_USE_PRECOMPILED=1 pip install --editable .
``` ```
This command will do the following: This command will do the following:
1. Look for the current branch in your vLLM clone. 1. Look for the current branch in your vLLM clone.
2. Identify the corresponding base commit in the main branch. 1. Identify the corresponding base commit in the main branch.
3. Download the pre-built wheel of the base commit. 1. Download the pre-built wheel of the base commit.
4. Use its compiled libraries in the installation. 1. Use its compiled libraries in the installation.
!!! note !!! note
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. 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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment