You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installation.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,17 @@ additional platforms such as AMD ROCm.
18
18
-[CPU](#cpu)
19
19
-[Installation via PyPI](#cpu-pip)
20
20
-[Compile from Source](#cpu-compile)
21
-
-[AMD ROCm (Preview)](#rocm)
21
+
-[AMD ROCm (Preview)](#rocm-preview)
22
22
-[Preview Wheels](#preview-wheels)
23
23
24
-
## System Requirements
24
+
## System Requirements[[requirements]]
25
25
26
26
These are the minimum requirements for `bitsandbytes` across all platforms. Please be aware that some compute platforms may impose more strict requirements.
27
27
28
28
* Python >= 3.9
29
29
* PyTorch >= 2.3
30
30
31
-
## NVIDIA CUDA
31
+
## NVIDIA CUDA[[cuda]]
32
32
33
33
`bitsandbytes` is currently supported on NVIDIA GPUs with [Compute Capability](https://developer.nvidia.com/cuda-gpus) 6.0+.
34
34
The library can be built using CUDA Toolkit versions as old as **11.8**.
@@ -224,7 +224,7 @@ make
224
224
pip install -e .# `-e` for "editable" install, when developing BNB (otherwise leave that out)
225
225
```
226
226
227
-
## Preview Wheels[[preview-wheels]]
227
+
## Preview Wheels[[preview-wheels]]
228
228
229
229
If you would like to use new features even before they are officially released and help us test them, feel free to install the wheel directly from our CI (*the wheel links will remain stable!*):
0 commit comments