diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index ecdcdeb28..762f84c9f 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -23,12 +23,11 @@ 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 . +cmake --build build --config Release +python -m build --wheel ``` -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. - For a more detailed compilation guide, head to the [dedicated page on the topic](./compiling)