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
174f1670
Unverified
Commit
174f1670
authored
Jan 30, 2026
by
vllmellm
Committed by
GitHub
Jan 30, 2026
Browse files
[Doc] [ROCm] Update Documentation to reflect v0.15.0 release (#33388)
Signed-off-by:
vllmellm
<
vllm.ellm@embeddedllm.com
>
parent
8e2ad97a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/getting_started/installation/gpu.rocm.inc.md
docs/getting_started/installation/gpu.rocm.inc.md
+2
-2
No files found.
docs/getting_started/installation/gpu.rocm.inc.md
View file @
174f1670
...
...
@@ -31,7 +31,7 @@ uv pip install vllm --extra-index-url https://wheels.vllm.ai/rocm/
To install a specific version and ROCm variant of vLLM wheel.
```
bash
uv pip
install
vllm
--extra-index-url
https://wheels.vllm.ai/rocm/0.1
4.1
/rocm700
uv pip
install
vllm
--extra-index-url
https://wheels.vllm.ai/rocm/0.1
5.0
/rocm700
```
!!! warning "Caveats for using
`pip`
"
...
...
@@ -41,7 +41,7 @@ uv pip install vllm --extra-index-url https://wheels.vllm.ai/rocm/0.14.1/rocm700
If you insist on using `pip`, you have to specify the exact vLLM version and full URL of the wheel path `https://wheels.vllm.ai/rocm/<version>/<rocm-variant>` (which can be obtained from the web page).
```bash
pip install vllm==0.1
4.1
+rocm700 --extra-index-url https://wheels.vllm.ai/rocm/0.1
4.1
/rocm700
pip install vllm==0.1
5.0
+rocm700 --extra-index-url https://wheels.vllm.ai/rocm/0.1
5.0
/rocm700
```
# --8<-- [end:pre-built-wheels]
...
...
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