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
dbe7f070
Unverified
Commit
dbe7f070
authored
Apr 17, 2025
by
Cyrus Leung
Committed by
GitHub
Apr 17, 2025
Browse files
[Doc] Make sure to update vLLM when installing latest code (#16781)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
c69bf4ee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
docs/source/getting_started/installation/gpu/cuda.inc.md
docs/source/getting_started/installation/gpu/cuda.inc.md
+4
-2
No files found.
docs/source/getting_started/installation/gpu/cuda.inc.md
View file @
dbe7f070
...
...
@@ -46,7 +46,7 @@ LLM inference is a fast-evolving field, and the latest code may contain bug fixe
##### Install the latest code using `pip`
```
console
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
pip install
-U
vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
```
`--pre`
is required for
`pip`
to consider pre-released versions.
...
...
@@ -65,9 +65,11 @@ Note that the wheels are built with Python 3.8 ABI (see [PEP 425](https://peps.p
Another way to install the latest code is to use
`uv`
:
```
console
uv pip install vllm --extra-index-url https://wheels.vllm.ai/nightly
uv pip install
-U
vllm --extra-index-url https://wheels.vllm.ai/nightly
```
##### Install specific revisions using `uv`
If you want to access the wheels for previous commits (e.g. to bisect the behavior change, performance regression), you can specify the commit hash in the URL:
```
console
...
...
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