Skip to content

Commit

Permalink
Update docs/source/installation.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Younes Belkada <[email protected]>
  • Loading branch information
rickardp and younesbelkada authored Feb 6, 2024
1 parent 9f26df5 commit d9543c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Currently for Windows users, you need to build bitsandbytes from source:

```bash
git clone https://github.com/TimDettmers/bitsandbytes.git && cd bitsandbytes/
cmake -DCOMPUTE_BACKEND=cuda
cmake -DCOMPUTE_BACKEND=cuda -S .
cmake --build . --config Release
python -m build --wheel
```
Expand Down

0 comments on commit d9543c2

Please sign in to comment.