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
1ebdff41
Unverified
Commit
1ebdff41
authored
Jan 25, 2026
by
TJian
Committed by
GitHub
Jan 25, 2026
Browse files
[DOC] [ROCm] Update doc for v0.14.1 (#32998)
Signed-off-by:
tjtanaa
<
tunjian.tan@embeddedllm.com
>
parent
91601ff4
Changes
1
Hide 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 @
1ebdff41
...
...
@@ -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.14.
0
/rocm700
uv pip
install
vllm
--extra-index-url
https://wheels.vllm.ai/rocm/0.14.
1
/rocm700
```
!!! warning "Caveats for using
`pip`
"
...
...
@@ -41,7 +41,7 @@ uv pip install vllm --extra-index-url https://wheels.vllm.ai/rocm/0.14.0/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.14.
0
+rocm700 --extra-index-url https://wheels.vllm.ai/rocm/0.14.
0
/rocm700
pip install vllm==0.14.
1
+rocm700 --extra-index-url https://wheels.vllm.ai/rocm/0.14.
1
/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