Skip to content

Commit 233bb7a

Browse files
committed
Remove depth
1 parent 592d670 commit 233bb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ bitsandbytes is fully supported from ROCm 6.1 onwards (currently in alpha releas
308308
```bash
309309
# Install bitsandbytes from source
310310
# 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/
311+
git clone -b multi-backend-refactor https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
312312

313313
# Install dependencies
314314
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)