#108 · Primary category: Inference & Local Deploy
GPTQModel
LLM model quantization (compression) toolkit with HW acceleration support for Nvidia, AMD, Intel GPU and Intel/AMD/Apple CPU via HF, vLLM, and SGLang.
Project last updated:08/28/26
GitHub Stars
1.2K
Forks
204
Contributors
94
License
Other
Why we included this project
Running a large open-weight model on a single consumer GPU usually comes down to quantization, and GPTQModel is one of the more complete toolkits for that job. It implements GPTQ and AWQ and compresses models so they fit in a fraction of the VRAM while staying fast enough for real inference. The hardware coverage is unusually wide: CUDA, ROCm, Intel XPU, Huawei Ascend NPU, and Intel, AMD, and Apple CPUs all have kernels, and compressed checkpoints load through Hugging Face, vLLM, or SGLang, so the same model can move from a laptop test run to a production serving stack. The project also keeps pace with new releases; recent updates added Blackwell GPU kernels and support for a steady stream of new architectures, which matters because quantization code tends to lag behind new models.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.