Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
4db5176d
Unverified
Commit
4db5176d
authored
Aug 05, 2024
by
Simon Mo
Committed by
GitHub
Aug 05, 2024
Browse files
bump version to v0.5.4 (#7139)
parent
4cf1dc39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/getting_started/installation.rst
docs/source/getting_started/installation.rst
+1
-1
vllm/version.py
vllm/version.py
+1
-1
No files found.
docs/source/getting_started/installation.rst
View file @
4db5176d
...
...
@@ -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=...
...
...
vllm/version.py
View file @
4db5176d
...
...
@@ -9,4 +9,4 @@ except Exception as e:
stacklevel
=
2
)
__commit__
=
"COMMIT_HASH_PLACEHOLDER"
__version__
=
"0.5.
3.post1
"
__version__
=
"0.5.
4
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment