Skip to content

Commit a93f49e

Browse files
Update docs
1 parent bbafcc3 commit a93f49e

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

docs/source/installation.mdx

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ The library can be built using CUDA Toolkit versions as old as **11.8**.
4040
| NF4/FP4 quantization | 6.0+ | Pascal (GTX 10X0 series, P100) or newer GPUs|
4141

4242

43-
> [!WARNING]
44-
> Support for Maxwell GPUs is deprecated and will be removed in a future release.
45-
> Maxwell support is not included in PyPI distributions from `v0.48.0` on and must be built from source.
46-
> For the best results, a Turing generation device or newer is recommended.
47-
48-
4943
### Installation via PyPI[[cuda-pip]]
5044

5145
This is the most straightforward and recommended installation option.
@@ -81,7 +75,7 @@ For Linux and Windows systems, compiling from source allows you to customize the
8175
<hfoptions id="source">
8276
<hfoption id="Linux">
8377

84-
To compile from source, you need CMake >= **3.22.1** and Python >= **3.9** installed. Make sure you have a compiler installed to compile C++ (`gcc`, `make`, headers, etc.). It is recommended to use GCC 9 or newer.
78+
To compile from source, you need CMake >= **3.22.1** and Python >= **3.10** installed. Make sure you have a compiler installed to compile C++ (`gcc`, `make`, headers, etc.). It is recommended to use GCC 11 or newer.
8579

8680
For example, to install a compiler and CMake on Ubuntu:
8781

@@ -133,7 +127,7 @@ The currently distributed `bitsandbytes` packages are built with the following c
133127
| **OS** | **oneAPI Toolkit** | **Kernel Implementation** |
134128
|--------------------|------------------|----------------------|
135129
| **Linux x86-64** | 2025.1.3 | SYCL + Triton |
136-
| **Windows x86-64** | N/A | SYCL |
130+
| **Windows x86-64** | 2025.1.3 | SYCL + Triton |
137131

138132
The Linux build has a minimum glibc version of 2.34.
139133

@@ -197,12 +191,11 @@ pip install -e .
197191
The currently distributed preview `bitsandbytes` are built with the following configurations:
198192

199193
| **OS** | **ROCm** | **Targets**
200-
|--------------------|----------|---------------------------|
201-
| **Linux x86-64** | 6.1.2 | gfx90a / gfx942 / gfx1100
202-
| **Linux x86-64** | 6.2.4 | gfx90a / gfx942 / gfx1100
203-
| **Linux x86-64** | 6.3.4 | gfx90a / gfx942 / gfx1100
204-
| **Linux x86-64** | 6.4.4 | gfx90a / gfx942 / gfx1100
205-
| **Linux x86-64** | 7.0.0 | gfx90a / gfx942 / gfx1100
194+
|--------------------|----------|---------------------------------------------------------------------|
195+
| **Linux x86-64** | 6.2.4 | CDNA: gfx90a, gfx942 / RDNA: gfx1100, gfx1101
196+
| **Linux x86-64** | 6.3.4 | CDNA: gfx90a, gfx942 / RDNA: gfx1100, gfx1101
197+
| **Linux x86-64** | 6.4.4 | CDNA: gfx90a, gfx942 / RDNA: gfx1100, gfx1101, gfx1200, gfx1201
198+
| **Linux x86-64** | 7.0.2 | CDNA: gfx90a, gfx942, gfx950 / RDNA: gfx1100 / gfx1101 / gfx1200 / gfx1201
206199

207200
**Windows is not currently supported.**
208201

0 commit comments

Comments
 (0)