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. For the best results, a Turing generation device or newer is recommended.
29
+
> Support for Maxwell GPUs is deprecated and will be removed in a future release.
30
+
> Maxwell support is not included in PyPI distributions from `v0.48.0` on and must be built from source.
31
+
> For the best results, a Turing generation device or newer is recommended.
30
32
31
33
### Installation via PyPI[[cuda-pip]]
32
34
@@ -36,12 +38,12 @@ The currently distributed `bitsandbytes` packages are built with the following c
@@ -67,7 +69,7 @@ For example, to install a compiler and CMake on Ubuntu:
67
69
apt-get install -y build-essential cmake
68
70
```
69
71
70
-
You should also install CUDA Toolkit by following the [NVIDIA CUDA Installation Guide for Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) guide. The current minimum supported CUDA Toolkit version that we test with is **11.8**.
72
+
You should also install CUDA Toolkit by following the [NVIDIA CUDA Installation Guide for Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) guide. The current minimum supported CUDA Toolkit version that we support is **11.8**.
@@ -84,7 +86,7 @@ pip install -e . # `-e` for "editable" install, when developing BNB (otherwise
84
86
85
87
Compilation from source on Windows systems require Visual Studio with C++ support as well as an installation of the CUDA Toolkit.
86
88
87
-
To compile from source, you need CMake >= **3.22.1** and Python >= **3.9** installed. You should also install CUDA Toolkit by following the [CUDA Installation Guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) guide from NVIDIA. The current minimum supported CUDA Toolkit version that we test with is **11.8**.
89
+
To compile from source, you need CMake >= **3.22.1** and Python >= **3.9** installed. You should also install CUDA Toolkit by following the [CUDA Installation Guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) guide from NVIDIA. The current minimum supported CUDA Toolkit version that we support is **11.8**.
0 commit comments