We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227b9e8 commit 188a972Copy full SHA for 188a972
docs/source/getting_started/installation/gpu/rocm.inc.md
@@ -31,7 +31,7 @@ Currently, there are no pre-built ROCm wheels.
31
```console
32
# Install PyTorch
33
$ pip uninstall torch -y
34
- $ pip install --no-cache-dir --pre torch --index-url https://download.pytorch.org/whl/rocm6.3
+ $ pip install --no-cache-dir --pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3
35
```
36
37
1. Install [Triton flash attention for ROCm](https://github.com/ROCm/triton)
0 commit comments