AIAny
AI Infra2025
Icon for item

AngelSlim

Model-compression toolkit for large LLMs/VLMs that integrates quantization (FP8/INT4/etc.), speculative decoding, token pruning and deployment hooks—designed for end-to-end performance on single/multi-GPU inference workflows and research-to-prod model optimization.

Introduction

Most production pain from today’s large models isn’t a lack of accuracy but the cost and complexity of running them. AngelSlim tackles that bottleneck by packaging state-of-the-art compression techniques and deployment integrations so practitioners can get quantized, speculatively decoded, or pruned LLM/VLM weights that run efficiently on practical hardware.

What Sets It Apart
  • Unified, research-to-deploy focus: combines PTQ/quantization recipes (FP8-static/dynamic, INT8/INT4 patterns), token-pruning for VLMs, and speculative-decoding (Eagle3) training in one framework—so experiments translate more directly into deployable artifacts.
  • Wide model compatibility and concrete results: documented support and benchmarks for many mainstream families (Qwen, Hunyuan, DeepSeek, GLM, etc.), plus released quantized weights on Hugging Face that show practical speedups and accuracy trade-offs.
  • New algorithm contributions: the project publishes novel compression methods (e.g., DAQ, Sherry, TEQUILA) alongside integrations, letting teams both reproduce published results and apply them via high-level Engine APIs.
  • Deployment-aware tooling: scripts and example pipelines for vLLM, SGLang and transformer backends, plus guidance for single-GPU INT8/FP8 workflows and end-to-end evaluation harnesses.
Who It's For and Trade-offs

Great fit if you are an ML infra engineer or researcher who needs to: compress large LLMs/VLMs for lower-cost inference, experiment with modern quantization algorithms, or integrate speculative decoding into production inference stacks. It’s especially useful when you target vLLM/transformers ecosystems and Hugging Face model distribution. Look elsewhere if you need a beginner-friendly, turn-key hosted service: AngelSlim expects familiarity with GPU inference, quantization concepts, and sometimes model-weight conversion steps. Also, highly aggressive compression (extreme low-bit) can require careful calibration and hardware-specific tuning; results depend on model architecture and workload.

Where It Fits

AngelSlim sits between paper-prototype implementations and full commercial inference stacks: it’s more plug-and-play than raw research code but still aimed at engineers who will tune and validate quantization/pruning choices before production deployment. If you’re building deployable, cost-optimized LLM inference pipelines (single- or multi-GPU), it’s a natural option to evaluate.

Information

  • Websitegithub.com
  • AuthorsTencent Hunyuan AI Infra Team
  • Published date2025/07/04

Categories

More Items

GitHub
AI Infra2025

Defines a vendor-neutral JSON/YAML semantic model specification and tooling to exchange metrics, dimensions, lineage and other business semantics across analytics, AI and BI platforms; includes a core spec, validators, converters (dbt, GoodData, Salesforce) and example models.

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.