Skip to content

Commit cca91a7

Browse files
authored
[doc] fix the incorrect label (#19787)
Signed-off-by: reidliu41 <reid201711@gmail.com> Co-authored-by: reidliu41 <reid201711@gmail.com>
1 parent f04d604 commit cca91a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/getting_started/installation/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vLLM is a Python library that supports the following GPU variants. Select your G
4242

4343
=== "NVIDIA CUDA"
4444

45-
--8<-- "docs/getting_started/installation/gpu/cuda.inc.md:create-a-new-python-environment"
45+
--8<-- "docs/getting_started/installation/gpu/cuda.inc.md:set-up-using-python"
4646

4747
=== "AMD ROCm"
4848

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ vLLM contains pre-compiled C++ and CUDA (12.8) binaries.
1010
# --8<-- [end:requirements]
1111
# --8<-- [start:set-up-using-python]
1212

13-
### Create a new Python environment
14-
1513
!!! note
1614
PyTorch installed via `conda` will statically link `NCCL` library, which can cause issues when vLLM tries to use `NCCL`. See <gh-issue:8420> for more details.
1715

0 commit comments

Comments
 (0)