paper-with-me

Papers

Microscaling Floating Point Formats for Large Language Models

2025-10-02 · Marco Cococcioni, Dario Pagani, Federico Rossi arxiv

The increasing computational and memory demands of large language models (LLMs) necessitate innovative approaches to optimize resource usage without compromising performance. This paper leverages microscaling floating-point formats, a novel technique designed to address these challenges by reducing the storage and computational overhead associated with numerical representations in LLMs. Unlike traditional floating-point representations that allocate a dedicated scale for each value, microscaling employs a shared scale across a block of values, enabling compact one-byte floating-point representations while maintaining an extended dynamic range. We explore the application of microscaling in the context of 8-bit floating-point formats to significantly reduce memory footprint and computational costs. We tested several configurations of microscaling floats within the GPT-2 LLM architecture, demonstrating that microscaling data formats can achieve competitive accuracy during training and inference, proving its efficacy as a resource-efficient alternative for deploying LLMs at scale. The source code is publicly available at: https://github.com/unipi-dii-compressedarith/llm.c-sve

📄 PDF Abstract BibTeX arXiv:2510.01863

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Microscaling Data Formats for Deep Learning

2023-10-16 · Bita Darvish Rouhani, Ritchie Zhao, Ankit More, Mathew Hall 외

Narrow bit-width data formats are key to reducing the computational and storage costs of modern deep learning applications. This paper evaluates Microscaling (MX) data formats that combine a per-block scaling factor with…

Deep LearningFriction

Benchmarking Post-Training Quantization of Large Language Models under Microscaling Floating Point Formats

2026-01-14 · Manyi Zhang, Ji-Fu Li, Zhongao Sun, Haoli Bai 외 arxiv

Microscaling Floating-Point (MXFP) has emerged as a promising low-precision format for large language models (LLMs). Despite various post-training quantization (PTQ) algorithms being proposed, they mostly focus on intege…

MX+: Pushing the Limits of Microscaling Formats for Efficient Large Language Model Serving

2025-10-16 · Jungi Lee, Junyong Park, Soohyun Cha, Jaehoon Cho 외 arxiv

Reduced-precision data formats are crucial for cost-effective serving of large language models (LLMs). While numerous reduced-precision formats have been introduced thus far, they often require intrusive modifications to…

Search Your Block Floating Point Scales!

2026-05-12 · Tanmaey Gupta, Hayden Prairie, Xiaoxia Wu, Reyna Abhyankar 외 arxiv

Quantization has emerged as a standard technique for accelerating inference for generative models by enabling faster low-precision computations and reduced memory transfers. Recently, GPU accelerators have added first-cl…

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…