LLM Laboratory

Date: 28.08.2025

BitsAndBytes CUDA Compatibility — quick cheat sheet

Quick reference for BNB - CUDA Toolkit - Compute Capability - PyTorch.
PyTorch versions are approximate and reflect practical compatibility. It’s often simpler to build from source especially for old GPU.

BNB Version CUDA Toolkit Min CUDA CC PyTorch Version
0.43.3 ≥11.1 Kepler CC = 3.7 2.2.0 +
0.44.1 ≥11.1 Kepler ≈ CC ≥3.5; LLM.int8() 7.5+ 2.2.0 +
0.45.5 ≥11.7 Maxwell 5.0+ (Kepler dropped since 0.45.0); LLM.int8() 7.5+ 2.4 – 2.5
0.46.1 12 + Turing 7.5+ (Maxwell dropped since 0.46.0) 2.5 +

Notes

Quick environment check

python3 -m bitsandbytes