NanoQuant: Efficient Sub-1-Bit Quantization of Large Language Models

22d ago · Global · primary source: export.arxiv.org

A team of researchers has introduced NanoQuant, a method that compresses large language models to binary and sub-1-bit precision, enabling a 70-billion-parameter model to run on a consumer-grade 8 GB GPU [1][2]. The work, posted to arXiv and last revised in June 2026, describes NanoQuant as the first post-training quantization technique capable of compressing LLMs below the 1-bit threshold [1][2]. The method formulates quantization as a low-rank binary factorization problem, compressing full-precision weights into low-rank binary matrices and associated scaling factors [1][2]. An alternating direction method of multipliers solver initializes the latent binary matrices, after which a block and model reconstruction process tunes the parameters [2]. In one benchmark, NanoQuant compressed Meta's Llama2-70B model by a factor of 25.8× in 13 hours on a single Nvidia H100 GPU [1][2]. The resulting footprint allowed the 70-billion-parameter model to operate within 8 GB of GPU memory, hardware commonly found in consumer devices [1][2]. The code has been released on GitHub under the SamsungLabs organization [2]. Weight-only quantization has become a standard approach for serving LLMs efficiently, but prior methods struggled to reach binary levels without requiring large amounts of data, compute, or additional storage [2]. NanoQuant establishes what the authors call a new Pareto frontier in low-memory post-training quantization [1][2]. The release arrives amid intensifying competition to shrink frontier models. Chinese firm DeepSeek, founded in 2023, drew attention in early 2025 when it released the DeepSeek-R1 model, which it said was trained for roughly US$6 million — a fraction of the reported cost of comparable Western models [7]. DeepSeek's models are described as open-weight, with parameters shared but training data kept proprietary [7]. Alibaba Cloud's Qwen family of LLMs, distributed under Apache 2.0 and other licenses, has also contributed to the open-weight ecosystem [9]. Large language models are defined as machine learning models with many parameters, trained via self-supervised learning on vast text corpora [8]. The ability to compress such models to sub-1-bit levels without sacrificing usability could lower the hardware barrier for organizations that lack access to datacenter-scale compute [1][2]. The NanoQuant paper is available on arXiv and has been indexed on Hugging Face's paper pages, a feature that links preprints to associated models, datasets, and interactive demos [4][5].

model-releaseinfrastructureresearch-paperproduct-launchtool-release

Background sources we checked (8)
  • arxiv.org ↗ Weight-only quantization has become a standard approach for efficiently serving large language models (LLMs). However, existing methods fail to efficiently compress models to binary (1-bit) levels, as they either require large amounts of data and compute or incur additional stora…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue