You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bitsandbytes can be compiled from ROCm 6.2 - ROCm 7.2.4. See the `CMakeLists.txt` for additional options.
260
+
bitsandbytes can be compiled from ROCm 6.4 - ROCm 7.14.0. See the `CMakeLists.txt` for additional options.
261
261
262
262
<hfoptionsid="rocm-source">
263
263
<hfoptionid="Linux">
264
264
265
265
To compile from source, you need CMake >= **3.31.6** and Python >= **3.10** installed. Make sure you have a compiler installed to compile C++ (`gcc`, `make`, headers, etc.).
266
266
267
-
You should also have a ROCm installation (system-wide or via Docker). The current minimum supported version is **6.2**.
267
+
You should also have a ROCm installation (system-wide or via Docker). The current minimum supported version is **6.4**.
268
268
269
269
```bash
270
270
# Install bitsandbytes from source
@@ -284,18 +284,38 @@ pip install -e . # `-e` for "editable" install, when developing BNB (otherwise
284
284
285
285
Compilation on Windows requires Visual Studio 2022 with C++ support, CMake, Ninja, and Python >= **3.10**.
286
286
287
-
Instead of a system-wide ROCm installation, you can use the pip-installable ROCm SDK wheels from [repo.radeon.com](https://repo.radeon.com/rocm/windows/):
287
+
Instead of a system-wide ROCm installation, use the pip-installable ROCm SDK.
288
+
289
+
For ROCm 7.14.0, install the current multi-architecture SDK from [repo.amd.com](https://repo.amd.com/rocm/whl-multi-arch/):
0 commit comments