[ROCm] Upgrade PyTorch nightly version (#6845)

This commit is contained in:
Woosuk Kwon
2024-07-26 20:16:13 -07:00
committed by GitHub
parent 969d032265
commit ced36cd89b
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ Alternatively, wheels intended for vLLM use can be accessed under the releases.
$ # Install PyTorch
$ pip uninstall torch -y
$ pip install --no-cache-dir --pre torch==2.5.0.dev20240710 --index-url https://download.pytorch.org/whl/nightly/rocm6.1
$ pip install --no-cache-dir --pre torch==2.5.0.dev20240726 --index-url https://download.pytorch.org/whl/nightly/rocm6.1
$ # Build & install AMD SMI
$ pip install /opt/rocm/share/amd_smi