Skip to content

Commit

Permalink
Re-Delete previous Makefile (#1039)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
younesbelkada authored Feb 5, 2024
1 parent 859593f commit bb5f6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 146 deletions.
141 changes: 0 additions & 141 deletions Makefile

This file was deleted.

8 changes: 3 additions & 5 deletions docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ pip install bitsandbytes

```bash
git clone https://github.com/TimDettmers/bitsandbytes.git && cd bitsandbytes/
CUDA_VERSION=XXX make cuda12x
python setup.py install
cmake -B build -DBUILD_CUDA=ON -S .
pip install .
```

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.

Note support for non-CUDA GPUs (e.g. AMD, Intel), is also coming soon.
For a more detailed compilation guide, head to the [dedicated page on the topic](./compiling)

</hfoption>
Expand Down

0 comments on commit bb5f6b9

Please sign in to comment.