From d9543c2f2286284506dbd81dfa1e24bc07cb0df8 Mon Sep 17 00:00:00 2001 From: Rickard Date: Tue, 6 Feb 2024 19:54:54 +0100 Subject: [PATCH] Update docs/source/installation.mdx Co-authored-by: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> --- docs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 1bb47fcdf..fcac5e8dc 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -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 ```