From 776140a508a5d3a4d66d58d9b531dceda8956846 Mon Sep 17 00:00:00 2001 From: Titus von Koeller <9048635+Titus-von-Koeller@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:54:15 +0000 Subject: [PATCH] docs: update supported ROCm vers --- docs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 175c3e29a..2f82c199b 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -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