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
Copy file name to clipboardExpand all lines: docs/source/installation.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,8 @@ Please refer to [the official Intel installations instructions](https://intel.gi
203
203
</hfoption>
204
204
<hfoptionid="Apple Silicon (MPS)">
205
205
206
-
Apple Silicon support is still a WIP. Please visit and write us in [this Github Discussion space on coordinating the kickoff of MPS backend development](#PLACEHOLDER) and coordinate a community-led effort to implement this backend.
206
+
> [!TIP]
207
+
> Apple Silicon support is still a WIP. Please visit and write us in [this Github Discussion space on coordinating the kickoff of MPS backend development](https://github.com/bitsandbytes-foundation/bitsandbytes/discussions/1340) and coordinate a community-led effort to implement this backend.
207
208
208
209
</hfoption>
209
210
</hfoptions>
@@ -218,13 +219,15 @@ You can install the pre-built wheels for each backend, or compile from source fo
218
219
<hfoptionid="Linux">
219
220
220
221
```
222
+
# Note, if you don't want to reinstall BNBs dependencies, append the `--no-deps` flag!
> bitsandbytes does not yet support Apple Silicon / Metal with a dedicated backend. However, the build infrastructure is in place and the below pip install will eventually provide Apple Silicon support as it comes available on the `multi-backend-refactor` branch based on community contributions. If you're interested to work on this (we might even have limited funding the the Mozilla foundation), please contact us by tagging @Titus-von-Koeller and @matthewdouglas in a Github discussion on our repo.
239
+
> bitsandbytes does not yet support Apple Silicon / Metal with a dedicated backend. However, the build infrastructure is in place and the below pip install will eventually provide Apple Silicon support as it becomes available on the `multi-backend-refactor` branch based on community contributions.
237
240
238
241
```
242
+
# Note, if you don't want to reinstall BNBs dependencies, append the `--no-deps` flag!
0 commit comments