From 8ddd1cf26ae484481126f6f9af198879b2da8a41 Mon Sep 17 00:00:00 2001 From: David Xia Date: Fri, 23 May 2025 12:41:17 -0400 Subject: [PATCH] [Doc] fix list formatting (#18624) Signed-off-by: David Xia --- docs/getting_started/installation/gpu/cuda.inc.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/installation/gpu/cuda.inc.md b/docs/getting_started/installation/gpu/cuda.inc.md index 8653f980501f4..a76ef1ccf32e1 100644 --- a/docs/getting_started/installation/gpu/cuda.inc.md +++ b/docs/getting_started/installation/gpu/cuda.inc.md @@ -102,10 +102,11 @@ VLLM_USE_PRECOMPILED=1 pip install --editable . ``` This command will do the following: + 1. Look for the current branch in your vLLM clone. -2. Identify the corresponding base commit in the main branch. -3. Download the pre-built wheel of the base commit. -4. Use its compiled libraries in the installation. +1. Identify the corresponding base commit in the main branch. +1. Download the pre-built wheel of the base commit. +1. Use its compiled libraries in the installation. !!! 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.