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 d099b73 commit 6610c52Copy full SHA for 6610c52
docs/source/installation.mdx
@@ -308,7 +308,7 @@ bitsandbytes is fully supported from ROCm 6.1 onwards (currently in alpha releas
308
```bash
309
# Install bitsandbytes from source
310
# Clone bitsandbytes repo, ROCm backend is currently enabled on multi-backend-refactor branch
311
-git clone --depth 1 -b multi-backend-refactor https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
+git clone -b multi-backend-refactor https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
312
313
# Install dependencies
314
pip install -r requirements-dev.txt
0 commit comments