Skip to content

Commit bb5f6b9

Browse files
Re-Delete previous Makefile (#1039)
* Delete Makefile * Update installation.mdx * Update docs/source/installation.mdx * Update docs/source/installation.mdx * Update docs/source/installation.mdx * Update docs/source/installation.mdx
1 parent 859593f commit bb5f6b9

File tree

2 files changed

+3
-146
lines changed

2 files changed

+3
-146
lines changed

Makefile

Lines changed: 0 additions & 141 deletions
This file was deleted.

docs/source/installation.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ pip install bitsandbytes
2323

2424
```bash
2525
git clone https://github.com/TimDettmers/bitsandbytes.git && cd bitsandbytes/
26-
CUDA_VERSION=XXX make cuda12x
27-
python setup.py install
26+
cmake -B build -DBUILD_CUDA=ON -S .
27+
pip install .
2828
```
29-
30-
with `XXX` being your CUDA version, for <12.0 call `make cuda 11x`. Note support for non-CUDA GPUs (e.g. AMD, Intel), is also coming soon.
31-
29+
Note support for non-CUDA GPUs (e.g. AMD, Intel), is also coming soon.
3230
For a more detailed compilation guide, head to the [dedicated page on the topic](./compiling)
3331

3432
</hfoption>

0 commit comments

Comments
 (0)