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 274d8e8 commit c920e01Copy full SHA for c920e01
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