#122 · Primary category: MLOps & Evaluation
AngelSlim
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
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models