We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf1dc3 commit 4db5176Copy full SHA for 4db5176
docs/source/getting_started/installation.rst
@@ -48,7 +48,7 @@ You can install vLLM using pip:
48
49
.. code-block:: console
50
51
- $ export VLLM_VERSION=0.5.2 # vLLM's main branch version is currently set to latest released tag
+ $ export VLLM_VERSION=0.5.4 # vLLM's main branch version is currently set to latest released tag
52
$ pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-${VLLM_VERSION}-cp38-abi3-manylinux1_x86_64.whl
53
$ # You can also access a specific commit
54
$ # export VLLM_COMMIT=...
vllm/version.py
@@ -9,4 +9,4 @@
9
stacklevel=2)
10
__commit__ = "COMMIT_HASH_PLACEHOLDER"
11
12
-__version__ = "0.5.3.post1"
+__version__ = "0.5.4"
0 commit comments