Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
ROCm specific installation instruction
  • Loading branch information
tenpercent authored Oct 3, 2024
1 parent d6ea535 commit eb986e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ conda install xformers -c xformers

```bash
# cuda 11.8 version
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118
python -m pip install -U xformers --index-url https://download.pytorch.org/whl/cu118
# cuda 12.1 version
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu121
python -m pip install -U xformers --index-url https://download.pytorch.org/whl/cu121
# rocm 6.1 version (linux only)
python -m pip install -U xformers --index-url https://download.pytorch.org/whl/rocm6.1
```

* **Development binaries**:
Expand Down

0 comments on commit eb986e1

Please sign in to comment.