Skip to content

Commit

Permalink
docs: update supported ROCm vers
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Sep 27, 2024
1 parent 88b3409 commit 776140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ apt-get update && apt-get install -y git && cd home
pip install torch --index-url https://download.pytorch.org/whl/rocm6.1/

# Install bitsandbytes from PyPI
# (This is supported on Ubuntu 22.04, Python 3.10, ROCm 6.1.0/6.1.1/6.1.2 and gpu arch - gfx90a, gfx942, gfx1100
# (This is supported on Ubuntu 22.04, Python 3.10, ROCm 6.1.0/6.1.1/6.1.2/6.2.0 and gpu arch - gfx90a, gfx942, gfx1100
# Please install from source if your configuration doesn't match with these)
pip install bitsandbytes

Expand Down

0 comments on commit 776140a

Please sign in to comment.