{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/code/quantizer","entry":"Quantizer","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":10,"n_papers_ran":6,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":11,"n_samples_ran":6,"n_samples_fingerprinted":2,"n_places":11,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":6,"unverified":5},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2605.04084","paper":"/paper/arxiv-2605-04084","title":"FASQ: Flexible Accelerated Subspace Quantization for Calibration-Free LLM Compression","date":null,"month_inferred_from_arxiv_id":"2026-05","title_source":"syntology","repo":"ist-daslab/gptq","path":"quant.py","file_url":"https://github.com/ist-daslab/gptq/blob/HEAD/quant.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"fc31370a0c6e1aaf","mcp_get_code":{"code_sha256":"fc31370a0c6e1aaf"}},{"arxiv_id":"2601.11183","paper":"/paper/arxiv-2601-11183","title":"Democratizing planetary-scale analysis: An ultra-lightweight Earth embedding database for accurate and flexible global land monitoring","date":null,"month_inferred_from_arxiv_id":"2026-01","title_source":"syntology","repo":"shuangchencc/ESD","path":"esd_quantizer.py","file_url":"https://github.com/shuangchencc/ESD/blob/HEAD/esd_quantizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"AGPL-3.0","inline_ok":false,"code_sha256_prefix":"57a821bfea62482b","mcp_get_code":{"code_sha256":"57a821bfea62482b"}},{"arxiv_id":"2510.15729","paper":"/paper/arxiv-2510-15729","title":"FACE: A General Framework for Mapping Collaborative Filtering Embeddings into LLM Tokens","date":null,"month_inferred_from_arxiv_id":"2025-10","title_source":"syntology","repo":"YixinRoll/FACE","path":"encoder/FACE.py","file_url":"https://github.com/YixinRoll/FACE/blob/HEAD/encoder/FACE.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"b5e02485fef7fc11","mcp_get_code":{"code_sha256":"b5e02485fef7fc11"}},{"arxiv_id":"2306.00978","paper":"/paper/awq-activation-aware-weight-quantization-for","title":"AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration","date":"2023-06-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xvyaward/qeft","path":"qeft/quant.py","file_url":"https://github.com/xvyaward/qeft/blob/HEAD/qeft/quant.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5608d56b0c71e653","mcp_get_code":{"code_sha256":"5608d56b0c71e653"}},{"arxiv_id":"2302.04215","paper":"/paper/a-vector-quantized-approach-for-text-to","title":"A Vector Quantized Approach for Text to Speech Synthesis on Real-World Spontaneous Speech","date":"2023-02-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"b04901014/mqtts","path":"quantizer/models.py","file_url":"https://github.com/b04901014/mqtts/blob/HEAD/quantizer/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4cfba0adf1107c8e","mcp_get_code":{"code_sha256":"4cfba0adf1107c8e"}},{"arxiv_id":"2210.17323","paper":"/paper/gptq-accurate-post-training-quantization-for","title":"GPTQ: Accurate Post-Training Quantization for Generative Pre-trained Transformers","date":"2022-10-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cornell-zhang/llm-datatypes","path":"neural_compressor/torch/algorithms/weight_only/gptq.py","file_url":"https://github.com/cornell-zhang/llm-datatypes/blob/HEAD/neural_compressor/torch/algorithms/weight_only/gptq.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"dd6638bb4690fc4c","mcp_get_code":{"code_sha256":"dd6638bb4690fc4c"}},{"arxiv_id":"2210.17323","paper":"/paper/gptq-accurate-post-training-quantization-for","title":"GPTQ: Accurate Post-Training Quantization for Generative Pre-trained Transformers","date":"2022-10-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"huggingface/text-generation-inference","path":"server/text_generation_server/layers/gptq/quantize.py","file_url":"https://github.com/huggingface/text-generation-inference/blob/HEAD/server/text_generation_server/layers/gptq/quantize.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"7452671bd2402cf2","mcp_get_code":{"code_sha256":"7452671bd2402cf2"}},{"arxiv_id":"2205.01068","paper":"/paper/opt-open-pre-trained-transformer-language","title":"OPT: Open Pre-trained Transformer Language Models","date":"2022-05-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xvyaward/owq","path":"owq/quant.py","file_url":"https://github.com/xvyaward/owq/blob/HEAD/owq/quant.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"352d10b844458470","mcp_get_code":{"code_sha256":"352d10b844458470"}},{"arxiv_id":"2203.08368","paper":"/paper/mixed-precision-neural-network-quantization","title":"Mixed-Precision Neural Network Quantization via Learned Layer-wise Importance","date":"2022-03-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"1hunters/LIMPQ","path":"quantization_training/quan/quantizer/lsq.py","file_url":"https://github.com/1hunters/LIMPQ/blob/HEAD/quantization_training/quan/quantizer/lsq.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c72e6780cb69622d","mcp_get_code":{"code_sha256":"c72e6780cb69622d"}},{"arxiv_id":"2110.13541","paper":"/paper/qu-anti-zation-exploiting-quantization","title":"Qu-ANTI-zation: Exploiting Quantization Artifacts for Achieving Adversarial Outcomes","date":"2021-10-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"secure-ai-systems-group/qu-anti-zation","path":"attack_w_lossfn.py","file_url":"https://github.com/secure-ai-systems-group/qu-anti-zation/blob/HEAD/attack_w_lossfn.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d70c915efcf4d1a4","mcp_get_code":{"code_sha256":"d70c915efcf4d1a4"}},{"arxiv_id":"1711.00937","paper":"/paper/neural-discrete-representation-learning","title":"Neural Discrete Representation Learning","date":"2017-11-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"explainingai-code/VQVAE-Pytorch","path":"model/vqvae.py","file_url":"https://github.com/explainingai-code/VQVAE-Pytorch/blob/HEAD/model/vqvae.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"61f7701b94565897","mcp_get_code":{"code_sha256":"61f7701b94565897"}}]}