Unverified Commit 1ebdff41 authored by TJian's avatar TJian Committed by GitHub
Browse files

[DOC] [ROCm] Update doc for v0.14.1 (#32998)


Signed-off-by: default avatartjtanaa <tunjian.tan@embeddedllm.com>
parent 91601ff4
...@@ -31,7 +31,7 @@ uv pip install vllm --extra-index-url https://wheels.vllm.ai/rocm/ ...@@ -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. To install a specific version and ROCm variant of vLLM wheel.
```bash ```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`" !!! 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 ...@@ -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). 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 ```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] # --8<-- [end:pre-built-wheels]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment