Skip to content

Commit fbbfc09

Browse files
Update README (#2017)
* Update README Updated device support details and documentation formatting. * Fix lint
1 parent c23a72e commit fbbfc09

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ bitsandbytes has the following minimum requirements for all platforms:
3030
</small>
3131

3232
##### Legend:
33-
🚧 = In Development,
34-
〰️ = Partially Supported,
35-
✅ = Supported,
36-
🐢 = Slow Implementation Supported,
33+
🚧 = Planned |
34+
〰️ = Partially Supported |
35+
✅ = Supported |
3736
❌ = Not Supported
3837

3938
<table>
@@ -71,8 +70,8 @@ bitsandbytes has the following minimum requirements for all platforms:
7170
<td></td>
7271
<td>🟥 AMD GPU <br><code>cuda</code></td>
7372
<td>
74-
CDNA: gfx90a, gfx942, gfx950<br>
75-
RDNA: gfx1100, gfx1101, gfx1102, gfx1103, gfx1150, gfx1151, gfx1152, gfx1153, gfx1200, gfx1201
73+
CDNA: gfx908, gfx90a, gfx942, gfx950<br>
74+
RDNA: gfx103X, gfx110X, gfx115X, gfx120X
7675
</td>
7776
<td>✅</td>
7877
<td>✅</td>
@@ -102,7 +101,7 @@ bitsandbytes has the following minimum requirements for all platforms:
102101
<td align="right">aarch64</td>
103102
<td>◻️ CPU</td>
104103
<td></td>
105-
<td>✅</td>
104+
<td>✅ *</td>
106105
<td>✅</td>
107106
<td>✅</td>
108107
</tr>
@@ -137,9 +136,7 @@ bitsandbytes has the following minimum requirements for all platforms:
137136
<td></td>
138137
<td>🟥 AMD GPU <br><code>cuda</code></td>
139138
<td>
140-
RDNA: gfx1100, gfx1101, gfx1102,<br>
141-
gfx1150, gfx1151,<br>
142-
gfx1200, gfx1201
139+
RDNA: gfx103X, gfx110X, gfx115X, gfx120X
143140
</td>
144141
<td>✅</td>
145142
<td>✅</td>
@@ -171,19 +168,20 @@ bitsandbytes has the following minimum requirements for all platforms:
171168
<td align="right">arm64</td>
172169
<td>◻️ CPU</td>
173170
<td>Apple M1+</td>
174-
<td>✅</td>
171+
<td>✅ *</td>
175172
<td>✅</td>
176173
<td>✅</td>
177174
</tr>
178175
<tr>
179176
<td></td>
180177
<td>⬜ Metal <br><code>mps</code></td>
181178
<td>Apple M1+</td>
182-
<td>🐢</td>
183-
<td>🐢</td>
179+
<td>✅ *</td>
180+
<td></td>
184181
<td>🚧</td>
185182
</tbody>
186183
</table>
184+
<sup>* While supported, these marked features may lack in performance optimizations.</sup>
187185

188186
## :book: Documentation
189187
* [Official Documentation](https://huggingface.co/docs/bitsandbytes/main)
@@ -195,8 +193,6 @@ bitsandbytes has the following minimum requirements for all platforms:
195193
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.
196194

197195
<kbd><a href="https://hf.co" target="_blank"><img width="100" src="https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg" alt="Hugging Face"></a></kbd>
198-
&nbsp;
199-
<kbd><a href="https://intel.com" target="_blank"><img width="100" src="https://avatars.githubusercontent.com/u/17888862?s=100&v=4" alt="Intel"></a></kbd>
200196

201197
## License
202198
`bitsandbytes` is MIT licensed.

0 commit comments

Comments
 (0)