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
> 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
-
49
43
### Installation via PyPI[[cuda-pip]]
50
44
51
45
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
81
75
<hfoptionsid="source">
82
76
<hfoptionid="Linux">
83
77
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.
85
79
86
80
For example, to install a compiler and CMake on Ubuntu:
87
81
@@ -133,7 +127,7 @@ The currently distributed `bitsandbytes` packages are built with the following c
0 commit comments