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 7b50e4d commit 5ae133f
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 @@ -26,7 +26,7 @@ You need CMake and Python installed. For Linux, make sure to install a compiler
```bash
git clone https://github.com/TimDettmers/bitsandbytes.git && cd bitsandbytes/
pip install -r requirements-dev.txt
cmake -DCOMPUTE_BACKEND=cuda
cmake -DCOMPUTE_BACKEND=cuda -S .
make
pip install .
```
Expand Down

0 comments on commit 5ae133f

Please sign in to comment.