File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/source/getting_started Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,10 @@ You can install vLLM using pip:
49
49
.. code-block :: console
50
50
51
51
$ 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
54
53
$ # You can also access a specific commit
55
54
$ # 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
57
56
58
57
59
58
.. _build_from_source :
You can’t perform that action at this time.
0 commit comments