Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/getting_started/installation/gpu/cuda.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The numbers do not need to be consecutive and can be all set to 1., as they will be re-numbered when rendered:

— https://squidfunk.github.io/mkdocs-material/reference/lists/#using-ordered-lists

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, this is good practice to avoid errors when reordering numbered lists

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.
Expand Down