Skip to content

Commit 7204700

Browse files
Update README
Updates the README with the following changes: * Update test workflow status badge to point to new workflow * Indicate AVX512BF16 optimized path for CPU in support table * Indicate macOS CPU support * Indicate slow macOS MPS support * Indicate AMD CDNA4/RDNA4 supported targets
1 parent 6aa9619 commit 7204700

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">
44
<a href="https://github.com/bitsandbytes-foundation/bitsandbytes/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/bitsandbytes-foundation/bitsandbytes.svg?color=blue"></a>
55
<a href="https://pepy.tech/project/bitsandbytes"><img alt="Downloads" src="https://static.pepy.tech/badge/bitsandbytes/month"></a>
6-
<a href="https://github.com/bitsandbytes-foundation/bitsandbytes/actions/workflows/tests.yml"><img alt="Nightly Unit Tests" src="https://img.shields.io/github/actions/workflow/status/bitsandbytes-foundation/bitsandbytes/tests.yml?logo=github&label=Nightly%20Tests"></a>
6+
<a href="https://github.com/bitsandbytes-foundation/bitsandbytes/actions/workflows/tests-nightly.yml"><img alt="Nightly Unit Tests" src="https://img.shields.io/github/actions/workflow/status/bitsandbytes-foundation/bitsandbytes/tests.yml?logo=github&label=Nightly%20Tests"></a>
77
<a href="https://github.com/bitsandbytes-foundation/bitsandbytes/releases"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/bitsandbytes-foundation/bitsandbytes"></a>
88
<a href="https://pypi.org/project/bitsandbytes/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/bitsandbytes"></a>
99
</p>
@@ -33,6 +33,7 @@ bitsandbytes has the following minimum requirements for all platforms:
3333
🚧 = In Development,
3434
〰️ = Partially Supported,
3535
✅ = Supported,
36+
🐢 = Slow Implementation Supported,
3637
❌ = Not Supported
3738

3839
<table>
@@ -53,7 +54,7 @@ bitsandbytes has the following minimum requirements for all platforms:
5354
<tr>
5455
<td align="right">x86-64</td>
5556
<td>◻️ CPU</td>
56-
<td>AVX2</td>
57+
<td>Minimum: AVX2<br>Optimized: AVX512F, AVX512BF16</td>
5758
<td>✅</td>
5859
<td>✅</td>
5960
<td>❌</td>
@@ -70,8 +71,8 @@ bitsandbytes has the following minimum requirements for all platforms:
7071
<td></td>
7172
<td>🟥 AMD GPU <br><code>cuda</code></td>
7273
<td>
73-
CDNA: gfx90a, gfx942<br>
74-
RDNA: gfx1100
74+
CDNA: gfx90a, gfx942, gfx950<br>
75+
RDNA: gfx1100, gfx1200, gfx1201
7576
</td>
7677
<td>✅</td>
7778
<td>〰️</td>
@@ -114,7 +115,7 @@ bitsandbytes has the following minimum requirements for all platforms:
114115
<td>✅</td>
115116
</tr>
116117
<tr>
117-
<td colspan="6">🪟 <strong>Windows 11 / Windows Server 2019+</strong></td>
118+
<td colspan="6">🪟 <strong>Windows 11 / Windows Server 2022+</strong></td>
118119
</tr>
119120
<tr>
120121
<td align="right">x86-64</td>
@@ -150,16 +151,16 @@ bitsandbytes has the following minimum requirements for all platforms:
150151
<td align="right">arm64</td>
151152
<td>◻️ CPU</td>
152153
<td>Apple M1+</td>
153-
<td>🚧</td>
154-
<td>🚧</td>
154+
<td></td>
155+
<td></td>
155156
<td>❌</td>
156157
</tr>
157158
<tr>
158159
<td></td>
159160
<td>⬜ Metal <br><code>mps</code></td>
160161
<td>Apple M1+</td>
161-
<td>🚧</td>
162-
<td>🚧</td>
162+
<td>🐢</td>
163+
<td>🐢</td>
163164
<td>❌</td>
164165
</tbody>
165166
</table>

0 commit comments

Comments
 (0)