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

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.