Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can install vLLM using pip:

.. code-block:: console

$ 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
$ pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-${VLLM_VERSION}-cp38-abi3-manylinux1_x86_64.whl
$ # You can also access a specific commit
$ # export VLLM_COMMIT=...
Expand Down
2 changes: 1 addition & 1 deletion vllm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
stacklevel=2)
__commit__ = "COMMIT_HASH_PLACEHOLDER"

__version__ = "0.5.3.post1"
__version__ = "0.5.4"