quantizing-models-bitsandbytes

Installation
SKILL.md

bitsandbytes - LLM Quantization

Quick start

bitsandbytes reduces LLM memory by 50% (8-bit) or 75% (4-bit) with <1% accuracy loss.

Installation:

pip install bitsandbytes transformers accelerate

8-bit quantization (50% memory reduction):

from transformers import AutoModelForCausalLM, BitsAndBytesConfig
Installs
367
GitHub Stars
10.4K
First Seen
Feb 7, 2026
quantizing-models-bitsandbytes — orchestra-research/ai-research-skills