paper-with-me

Papers

AngelSlim: A more accessible, comprehensive, and efficient toolkit for large model compression

2026-02-07 · Rui Cen, QiangQiang Hu, Hong Huang, Hong Liu, Song Liu, Xin Luo, Lin Niu, Yifan Tan, Decheng Wu, Linchuan Xie, Rubing Yang, Guanghua Yu, Jianchen Zhu arxiv

This technical report introduces AngelSlim, a comprehensive and versatile toolkit for large model compression developed by the Tencent Hunyuan team. By consolidating cutting-edge algorithms, including quantization, speculative decoding, token pruning, and distillation. AngelSlim provides a unified pipeline that streamlines the transition from model compression to industrial-scale deployment. To facilitate efficient acceleration, we integrate state-of-the-art FP8 and INT8 Post-Training Quantization (PTQ) algorithms alongside pioneering research in ultra-low-bit regimes, featuring HY-1.8B-int2 as the first industrially viable 2-bit large model. Beyond quantization, we propose a training-aligned speculative decoding framework compatible with multimodal architectures and modern inference engines, achieving 1.8x to 2.0x throughput gains without compromising output correctness. Furthermore, we develop a training-free sparse attention framework that reduces Time-to-First-Token (TTFT) in long-context scenarios by decoupling sparse kernels from model architectures through a hybrid of static patterns and dynamic token selection. For multimodal models, AngelSlim incorporates specialized pruning strategies, namely IDPruner for optimizing vision tokens via Maximal Marginal Relevance and Samp for adaptive audio token merging and pruning. By integrating these compression strategies from low-level implementations, AngelSlim enables algorithm-focused research and tool-assisted deployment.

📄 PDF Abstract BibTeX arXiv:2602.21233

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

EasyDistill: A Comprehensive Toolkit for Effective Knowledge Distillation of Large Language Models

2025-05-27 · Chengyu Wang, Junbing Yan, Wenrui Cai, Yuanhao Yue 외

In this paper, we present EasyDistill, a comprehensive toolkit designed for effective black-box and white-box knowledge distillation (KD) of large language models (LLMs). Our framework offers versatile functionalities, i…

Knowledge Distillation

Scikit-talk: A toolkit for processing real-world conversational speech data

2021-07-01 · SIGDIAL (ACL) 2021 7 · Andreas Liesenfeld, Gabor Parti, Chu-Ren Huang

We present Scikit-talk, an open-source toolkit for processing collections of real-world conversational speech in Python. First of its kind, the toolkit equips those interested in studying or modeling conversations with a…

PyHealth 2.0: A Comprehensive Open-Source Toolkit for Accessible and Reproducible Clinical Deep Learning

2026-01-23 · John Wu, Yongda Fan, Zhenbang Wu, Paul Landes 외 arxiv

Difficulty replicating baselines, high computational costs, and required domain expertise create persistent barriers to clinical AI research. To address these challenges, we introduce PyHealth 2.0, an enhanced clinical d…

PyG-SSL: A Graph Self-Supervised Learning Toolkit

2024-12-30 · Lecheng Zheng, Baoyu Jing, Zihao Li, Zhichen Zeng 외

Graph Self-Supervised Learning (SSL) has emerged as a pivotal area of research in recent years. By engaging in pretext tasks to learn the intricate topological structures and properties of graphs using unlabeled data, th…

Self-Supervised Learning

DPpack: An R Package for Differentially Private Statistical Analysis and Machine Learning

2023-09-19 · Spencer Giddens, Fang Liu

Differential privacy (DP) is the state-of-the-art framework for guaranteeing privacy for individuals when releasing aggregated statistics or building statistical/machine learning models from data. We develop the open-sou…

DescriptivePrivacy Preservingregression