We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a881ffb commit 4277514Copy full SHA for 4277514
docs/source/installation.mdx
@@ -306,9 +306,6 @@ pip install --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsan
306
bitsandbytes is fully supported from ROCm 6.1 onwards (currently in alpha release).
307
308
```bash
309
-# Please install from source if your configuration doesn't match with these)
310
-pip install bitsandbytes
311
-
312
# Install bitsandbytes from source
313
# Clone bitsandbytes repo, ROCm backend is currently enabled on multi-backend-refactor branch
314
git clone --depth 1 -b multi-backend-refactor https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
0 commit comments