From 2e0f778b80f444e9210fdbae564656f4f193f89a Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:38:16 -0400 Subject: [PATCH 1/2] Update README Updated device support details and documentation formatting. --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 84002f58b..db548d04c 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,9 @@ bitsandbytes has the following minimum requirements for all platforms: ##### Legend: -🚧 = In Development, -〰️ = Partially Supported, -✅ = Supported, -🐢 = Slow Implementation Supported, +🚧 = Planned | +〰️ = Partially Supported | +✅ = Supported | ❌ = Not Supported @@ -71,8 +70,8 @@ bitsandbytes has the following minimum requirements for all platforms: @@ -102,7 +101,7 @@ bitsandbytes has the following minimum requirements for all platforms: - + @@ -137,9 +136,7 @@ bitsandbytes has the following minimum requirements for all platforms: @@ -171,7 +168,7 @@ bitsandbytes has the following minimum requirements for all platforms: - + @@ -179,11 +176,12 @@ bitsandbytes has the following minimum requirements for all platforms: - - + +
🟥 AMD GPU
cuda
- CDNA: gfx90a, gfx942, gfx950
- RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201 + CDNA: gfx908, gfx90a, gfx942, gfx950
+ RDNA: gfx103X, gfx110X, gfx115X, gfx120X
aarch64 ◻️ CPU ✅ *
🟥 AMD GPU
cuda
- RDNA: gfx1100, gfx1101, gfx1102,
- gfx1150, gfx1151,
- gfx1200, gfx1201 + RDNA: gfx103X, gfx110X, gfx115X, gfx120X
arm64 ◻️ CPU Apple M1+✅ *
⬜ Metal
mps
Apple M1+🐢🐢✅ * 🚧
+* While supported, these marked features may lack in performance optimizations. ## :book: Documentation * [Official Documentation](https://huggingface.co/docs/bitsandbytes/main) @@ -195,8 +193,6 @@ bitsandbytes has the following minimum requirements for all platforms: The continued maintenance and development of `bitsandbytes` is made possible thanks to the generous support of our sponsors. Their contributions help ensure that we can keep improving the project and delivering valuable updates to the community. Hugging Face -  -Intel ## License `bitsandbytes` is MIT licensed. From 039f6ead5a3e66296b318a5a6c24d9f9d86be50b Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:40:04 -0400 Subject: [PATCH 2/2] Fix lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db548d04c..4aef60d4b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ bitsandbytes has the following minimum requirements for all platforms: ##### Legend: 🚧 = Planned | 〰️ = Partially Supported | -✅ = Supported | +✅ = Supported | ❌ = Not Supported