#122 · Primary category: MLOps & Evaluation

AngelSlim

audio deepseek dflash diffusion eagle fp4 hunyuan llm llm-compression quantization qwen speculative-decoding vlm

Model compression toolkit engineered for enhanced usability, comprehensiveness, and efficiency.

Project last updated:08/07/26

GitHub Stars

1.6K

Forks

174

Contributors

38

License

Other

Why we included this project

AngelSlim is worth a look if your team has to squeeze large models into realistic GPU budgets before serving them. It bundles quantization, speculative decoding, and distillation into one framework rather than forcing you to wire together several separate tools, and it works across current model families like Qwen, DeepSeek, Hunyuan, and GLM. You pick a model, choose a method such as FP8 or INT4 quantization, and get runnable weights plus scripts that slot into serving stacks like vLLM or llama.cpp. The toolkit goes deep on low-bit compression down to 1.25-bit and includes the decoding-speed tricks that keep compressed models responsive, which matters when you are pushing frontier-scale checkpoints onto limited GPU memory. It is also a handy place to compare competing compression approaches before you commit one for production.

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