togethercomputer/GPTQModel
forked from ModelCloud/GPTQModel
Captured source
source ↗togethercomputer/GPTQModel
Description: LLM model quantization (compression) toolkit with HW acceleration support for Nvidia, AMD, Intel GPU and Intel/AMD/Apple CPU via HF, vLLM, and SGLang.
License: NOASSERTION
Stars: 0
Forks: 0
Open issues: 1
Created: 2026-08-05T18:46:26Z
Pushed: 2026-08-06T01:18:15Z
Default branch: main
Fork: yes
Parent repository: ModelCloud/GPTQModel
Archived: no
README:
GPT-QModel
LLM model quantization (compression) toolkit with hw acceleration support for NVIDIA CUDA, AMD ROCm, Huawei Ascend NPU, Intel XPU, and Intel/AMD/Apple CPUs via HF, vLLM, and SGLang.
Latest News
- 08/04/2026 7.4.0
main: ✨ Addedaxk2(A.X-K2) model support - 08/04/2026 7.4.0
main: 🚀🔥⚡ AddedSwordfishBlackwell (>= sm100) GPTQ/AWQ kernel from AlpinDale: Paper. - 07/24/2026 7.3.1
main: ✨ Addedsolar_openandsolar_open2model support - 07/23/2026 7.3.1
main: ✨ AddedIntern S2 PreViewmodel support - 07/23/2026 7.3.1
main: ✨ Addedinkling_mm_modelmodel support - 07/22/2026 7.3.1
main: ✨ Added PoolsideLaguna S 2.1model support - 07/14/2026 7.3.0-dev
main: ✨ Addednemotron_h_puzzlemodel support - 07/07/2026 7.3.0-dev
main: ✨ Addeddeepseek_vlmodel support - 07/06/2026 7.3.0-dev
main: ✨ Addeddeepseek_ocr2model support - 04/07/2026 7.3.0-dev
main: ✨ Addeddeepseek_vl_v2model support - 02/07/2026 7.2.0-dev
main: ✨ Addedlfm2andlfm2_vlmodel support - 06/30/2026 7.2.0-dev
main: ✨ Addedminimax_m3_vl/ MiniMax M3 model support - 06/25/2026 7.2.0-dev
main: ✨ Addedcohere2_moemodel support - 05/25/2026 7.1.0-dev
main: ✨ Addedhy_3andministral3model support - 05/25/2026 7.1.0-dev
main: ✨ Addedhunyuan_v1_denseandhunyuan_v1_moemodel support - 05/21/2026 7.1.0-dev
main: ✨ Addednemotron_labs_diffusionmodel support - 05/20/2026 7.1.0-dev
main: ✨ Addedinterns1,ovis2_5,ovis2_6_moeandovis2_6_nextmodel support - 05/15/2026 7.1.0-dev
main: ✨ Addedmimo_v2model support - 05/13/2026 7.1.0-dev
main: ✨ Addedminicpmv_4_6andDeepSeek V4model support - 05/07/2026 7.1.0-dev
main: ✨ AddedGLM-4.5V,GLM-4.6V,ZambaandZamba2model support - 04/29/2026 7.1.0-dev
main: ✨ Added PoolSideAILagunamodel support for fused Laguna MoE checkpoints. AddedERNIE 4.5 VL MoE,Ling-2.6-flashand NVIDIANemotron 3 Nano Omnimodel support. - 04/28/2026 7.0.0: 🚀 Added Huawei Ascend NPU support through native torch kernels for GPTQ, AWQ, ParoQuant, GGUF, QQQ, and EXL3. Added
internvl_chat,gemma3n,GLM-OCR,GLM-ASR, andfalcon_mambamodel support. - 04/16/2026 6.1.0: 🚀🔥⚡ CUDA kernels are now fully JIT-compiled, shrinking the wheel by about 300x and building only what you use; Marlin now supports NVIDIA
Turing+GPUs, Machete kernel validation now covers supported GPUs,GLM 5/5.1joins the lineup, and LazyTurtle plus AWQ / multi-GPU MoE fixes make large-model quantization easier, lighter, and smoother. - 04/03/2026 6.0.3: 🎉 New quantization methods:
ParoQuant,GGUF,FP8,EXL3, andFOEM: First-Order Error Matters. Added PrismML/Bonsai 1bit model quantization (inference only), faster ParoQuant/AWQ kernels, ParoQuantoptimization scopecontrol:module(Paro Lite) orlayer(Paro reference), plusGemma4,MiniCPM-O,MiniCPM-V, andGLM4 MoE Litemodel support. - 03/19/2026 5.8.0: ✨HF Transformers 5.3.0 support with auto-defusing of
fusedmodels via pypi pkg: Defuser. Qwen 3.5 family support added. New fast HFcpukernels for GPTQ/AWQ added. Experimental INT8cpukernel added for GPTQ.
Archived News
- 02/09/2026 5.7.0: ✨New
MoE.Routingconfig withBypassandOverrideoptions to allow multiple brute-force MoE routing controls for higher quality quantization of MoE experts. Combined withFailSafeStrategy, GPT-QModel now has three separate control settings for efficient MoE expert quantization.
AWQ qcfg.zero_point property has been merged with a unified sym symmetry property; zero_point=True is now sym=False. Fixed AWQ sym=True packing/inference and quantization compatibility with some Qwen3 models. Exaone 4.0 support.
- 12/31/2025 5.7.0-dev: ✨New
FailSafeconfig andFailSafeStrategy, auto-enabled by default, to address uneven routing of MoE experts resulting in quantization issues for some MoE modules.Smoothoperations are introduced toFailSafeStrategyto reduce the impact of outliers inFailSafequantization usingRTNby default. DifferentFailSafeStrategyandSmootherscan be selected.Thresholdto activateFailSafecan also be customized.
New Voxtral and Glm-4v model support, plus audio dataset calibration for Qwen2-Omni. AWQ compatibility fix for GLM 4.5-Air.
- 12/17/2025 5.6.2-12 Patch: Fixed
uvcompatibility. Bothuvandpipinstalls will now show UI progress for external wheel/dependency downloads. FixedmacOSandAWQMarlinkernel loading import regressions. Resolved mostmulti-archcompile issues onUbuntu,Arch,RedHatand other distros. Fixedmulti-archbuild issues andTritonv2kernel launch bug on multi-GPUs. Fixed 3-bit Triton GPTQ kernel dequant/inference andlicenseproperty compatibility issue with latest pip/setuptools. - 12/9/2025 5.6.0: ✨New
HF Kernelfor CPU optimized forAMX,AVX2andAVX512. Auto module tree for auto-model support. AddedAfMoEandDots1model support. Fixed pre-layer pass quantization speed regression. Improved HF Transformers, PEFT and Optimum support for both GPTQ and AWQ. Fixed many AWQ compatibility bugs and regressions. - 11/9/2025 5.4.0: ✨New Intel CPU and XPU hardware-optimized AWQ
TorchFusedAWQkernel. Torch Fused kernels now compatible withtorch.compile. Fixed AWQ MoE model compatibility and reduced VRAM usage. - 11/3/2025...
Excerpt shown — open the source for the full document.
Notability
notability 1.0/10Routine internal fork with no traction or new model release.