Skip to content

Commit 0c93547

Browse files
simon-moAlvant
authored andcommitted
[Docs] Update docs for wheel location (vllm-project#6580)
Signed-off-by: Alvant <[email protected]>
1 parent b1401bc commit 0c93547

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/getting_started/installation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ You can install vLLM using pip:
4949
.. code-block:: console
5050
5151
$ export VLLM_VERSION=0.5.2 # vLLM's main branch version is currently set to latest released tag
52-
$ export PYTHON_VERSION=310
53-
$ pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-${VLLM_VERSION}-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-manylinux1_x86_64.whl
52+
$ pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-${VLLM_VERSION}-cp38-abi3-manylinux1_x86_64.whl
5453
$ # You can also access a specific commit
5554
$ # export VLLM_COMMIT=...
56-
$ # pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/${VLLM_COMMIT}/vllm-${VLLM_VERSION}-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-manylinux1_x86_64.whl
55+
$ # pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/${VLLM_COMMIT}/vllm-${VLLM_VERSION}-cp38-abi3-manylinux1_x86_64.whl
5756
5857
5958
.. _build_from_source:

0 commit comments

Comments
 (0)