paper-with-me

홈 › Papers

INT-FP-QSim: Mixed Precision and Formats For Large Language Models and Vision Transformers

2023-07-07 · Lakshmi Nair, Mikhail Bernadskiy, Arulselvan Madhavan, Craig Chan, Ayon Basumallik, Darius Bunandar

The recent rise of large language models (LLMs) has resulted in increased efforts towards running LLMs at reduced precision. Running LLMs at lower precision supports resource constraints and furthers their democratization, enabling users to run billion-parameter LLMs on their personal devices. To supplement this ongoing effort, we propose INT-FP-QSim: an open-source simulator that enables flexible evaluation of LLMs and vision transformers at various numerical precisions and formats. INT-FP-QSim leverages existing open-source repositories such as TensorRT, QPytorch and AIMET for a combined simulator that supports various floating point and integer formats. With the help of our simulator, we survey the impact of different numerical formats on the performance of LLMs and vision transformers at 4-bit weights and 4-bit or 8-bit activations. We also compare recently proposed methods like Adaptive Block Floating Point, SmoothQuant, GPTQ and RPTQ on the model performances. We hope INT-FP-QSim will enable researchers to flexibly simulate models at various precisions to support further research in quantization of LLMs and vision transformers.

📄 PDF Abstract BibTeX arXiv:2307.03712

Code (1)

lightmatter-ai/int-fp-qsim 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

FP8-LM: Training FP8 Large Language Models

2023-10-27 · Houwen Peng, Kan Wu, Yixuan Wei, Guoshuai Zhao 외

In this paper, we explore FP8 low-bit data formats for efficient training of large language models (LLMs). Our key insight is that most variables, such as gradients and optimizer states, in LLM training can employ low-pr…

GPU

MicroMix: Efficient Mixed-Precision Quantization with Microscaling Formats for Large Language Models

2025-08-04 · Wenyuan Liu, Haoqian Meng, Yilun Luo, Yafei Zhao 외 arxiv

Quantization significantly accelerates inference in large language models (LLMs) by replacing original high-precision matrices with low-precision counterparts. Recent advances in weight-activation quantization have prima…

Mathematical ReasoningCode Generation

QSIM: Mitigating Overestimation in Multi-Agent Reinforcement Learning via Action Similarity Weighted Q-Learning

2026-02-26 · Yuanjun Li, Bin Zhang, Hao Chen, Zhouyang Jiang 외 arxiv

Value decomposition (VD) methods have achieved remarkable success in cooperative multi-agent reinforcement learning (MARL). However, their reliance on the max operator for temporal-difference (TD) target calculation lead…

Multi-agent Reinforcement Learning

dMX: Differentiable Mixed-Precision Assignment for Low-Precision Floating-Point Formats

2026-06-02 · Giuseppe Franco, Ian Colbert, Pablo Monteagudo-Lago, Felix Marty 외 arxiv

Quantizing large language models (LLMs) to low-precision floating-point representations is central to efficient deployment, yet applying a single bit-width uniformly across all layers is sub-optimal in terms of both perf…

Cheetah: Mixed Low-Precision Hardware & Software Co-Design Framework for DNNs on the Edge

2019-08-06 · Hamed F. Langroudi, Zachariah Carmichael, David Pastuch, Dhireesha Kudithipudi

Low-precision DNNs have been extensively explored in order to reduce the size of DNN models for edge devices. Recently, the posit numerical format has shown promise for DNN data representation and compute with ultra-low …

Quantization