Skip to content

Commit 966fe72

Browse files
authored
[doc][misc] bump up py version in installation doc (#6119)
1 parent 62963d1 commit 966fe72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/getting_started/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can install vLLM using pip:
2020
.. code-block:: console
2121
2222
$ # (Recommended) Create a new conda environment.
23-
$ conda create -n myenv python=3.9 -y
23+
$ conda create -n myenv python=3.10 -y
2424
$ conda activate myenv
2525
2626
$ # Install vLLM with CUDA 12.1.
@@ -35,7 +35,7 @@ You can install vLLM using pip:
3535
3636
$ # Install vLLM with CUDA 11.8.
3737
$ export VLLM_VERSION=0.4.0
38-
$ export PYTHON_VERSION=39
38+
$ export PYTHON_VERSION=310
3939
$ pip install https://github.com/vllm-project/vllm/releases/download/v${VLLM_VERSION}/vllm-${VLLM_VERSION}+cu118-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-manylinux1_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
4040
4141
In order to be performant, vLLM has to compile many cuda kernels. The compilation unfortunately introduces binary incompatibility with other CUDA versions and PyTorch versions, even for the same PyTorch version with different building configurations.

0 commit comments

Comments
 (0)