Papers › Quamba: A Post-Training Quantization Recipe for Selective State Space Models

Quamba: A Post-Training Quantization Recipe for Selective State Space Models

17 Oct 2024arXiv:2410.13229archive 2025-07-28

Hung-Yueh Chiang, Chi-Chih Chang, Natalia Frumkin, Kai-Chiang Wu, Diana Marculescu

State Space Models (SSMs) have emerged as an appealing alternative to Transformers for large language models, achieving state-of-the-art accuracy with constant memory complexity which allows for holding longer context lengths than attention-based networks. The superior computational efficiency of SSMs in long sequence modeling positions them favorably over Transformers in many scenarios. However, improving the efficiency of SSMs on request-intensive cloud-serving and resource-limited edge applications is still a formidable task. SSM quantization is a possible solution to this problem, making SSMs more suitable for wide deployment, while still maintaining their accuracy. Quantization is a common technique to reduce the model size and to utilize the low bit-width acceleration features on modern computing units, yet existing quantization techniques are poorly suited for SSMs. Most notably, SSMs have highly sensitive feature maps within the selective scan mechanism (i.e., linear recurrence) and massive outliers in the output activations which are not present in the output of token-mixing in the self-attention modules. To address this issue, we propose a static 8-bit per-tensor SSM quantization method which suppresses the maximum values of the input activations to the selective SSM for finer quantization precision and quantizes the output activations in an outlier-free space with Hadamard transform. Our 8-bit weight-activation quantized Mamba 2.8B SSM benefits from hardware acceleration and achieves a 1.72x lower generation latency on an Nvidia Orin Nano 8G, with only a 0.9% drop in average accuracy on zero-shot tasks. The experiments demonstrate the effectiveness and practical applicability of our approach for deploying SSM-based models of all sizes on both cloud and edge platforms.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.13229")

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · violated contract; 9 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

enyac-group/quamba officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 10 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
9ran
2unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from enyac-group/quamba. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

fake_quantize_with_type enyac-group/quamba/quamba/datatype_utils.py official repository ran licence not identified · pointer only · f33bb8921075cbcb · report
get_c4 enyac-group/quamba/quamba/data_loaders.py official repository ran licence not identified · pointer only · eb9d2957b3161128 · report
get_datatypes enyac-group/quamba/quamba/datatype_utils.py official repository ran licence not identified · pointer only · e454b1111eff4d5c · report
get_pack_factor enyac-group/quamba/quamba/marlin_utils.py official repository ran fingerprinted licence not identified · pointer only · 5595a55cc17ecd71 · report
get_per_channel_scale enyac-group/quamba/quamba/gptq_utils.py official repository ran fingerprinted licence not identified · pointer only · 0445dadcfab62c4d · report
get_type_scales enyac-group/quamba/quamba/datatype_utils.py official repository ran licence not identified · pointer only · 130787f1aae9a274 · report
get_w4a8_permute_weights enyac-group/quamba/quamba/marlin_utils.py official repository ran licence not identified · pointer only · feae53d10372e4ae · report
is_pow2 enyac-group/quamba/quamba/hadamard_utils.py official repository ran · violated contract fingerprinted no licence file found · pointer only · e36d941e3a44f9df · report
permute_weights enyac-group/quamba/quamba/marlin_utils.py official repository ran licence not identified · pointer only · 9f5fdc371e76fdce · report
quant enyac-group/quamba/quamba/gptq_utils.py official repository ran fingerprinted licence not identified · pointer only · 7355789c27de24da · report
get_ptb_new enyac-group/quamba/quamba/data_loaders.py official repository unverified licence not identified · pointer only · fbe28cafff31e83e · report
get_wikitext2 enyac-group/quamba/quamba/data_loaders.py official repository unverified licence not identified · pointer only · f9f3ddd2d74b2929 · report

Tasks

Computational EfficiencyMambaQuantizationState Space Models

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Mamba

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections