{"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":"/paper/how-good-are-low-bit-quantized-llama3-models","title":"An empirical study of LLaMA3 quantization: from LLMs to MLLMs","arxiv_id":"2404.14047","date":"2024-04-22","proceeding":null,"authors":["Wei Huang","Xingyu Zheng","Xudong Ma","Haotong Qin","Chengtao Lv","Hong Chen","Jie Luo","Xiaojuan Qi","Xianglong Liu","Michele Magno"],"abstract":"The LLaMA family, a collection of foundation language models ranging from 7B to 65B parameters, has become one of the most powerful open-source large language models (LLMs) and the popular LLM backbone of multi-modal large language models (MLLMs), widely used in computer vision and natural language understanding tasks. In particular, LLaMA3 models have recently been released and have achieved impressive performance in various domains with super-large scale pre-training on over 15T tokens of data. Given the wide application of low-bit quantization for LLMs in resource-constrained scenarios, we explore LLaMA3's capabilities when quantized to low bit-width. This exploration can potentially provide new insights and challenges for the low-bit quantization of LLaMA3 and other future LLMs, especially in addressing performance degradation issues that suffer in LLM compression. Specifically, we comprehensively evaluate the 10 existing post-training quantization and LoRA fine-tuning (LoRA-FT) methods of LLaMA3 on 1-8 bits and various datasets to reveal the low-bit quantization performance of LLaMA3. To uncover the capabilities of low-bit quantized MLLM, we assessed the performance of the LLaMA3-based LLaVA-Next-8B model under 2-4 ultra-low bits with post-training quantization methods. Our experimental results indicate that LLaMA3 still suffers from non-negligible degradation in linguistic and visual contexts, particularly under ultra-low bit widths. This highlights the significant performance gap at low bit-width that needs to be addressed in future developments. We expect that this empirical study will prove valuable in advancing future models, driving LLMs and MLLMs to achieve higher accuracy at lower bit to enhance practicality. Our project is released on https://github.com/Macaronlin/LLaMA3-Quantization , and quantized models are released at https://huggingface.co/Efficient-ML .","url_abs":"https://arxiv.org/abs/2404.14047v3","url_pdf":"https://arxiv.org/pdf/2404.14047v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"how-good-are-low-bit-quantized-llama3-models","repo_url":"https://github.com/macaronlin/llama3-quantization","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"how-good-are-low-bit-quantized-llama3-models","repo_url":"https://github.com/MS-P3/code5/tree/main/llama3","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null}],"tasks":[{"task_slug":"language-modelling","task_name":"Language Modelling"},{"task_slug":"large-language-model","task_name":"Large Language Model"},{"task_slug":"natural-language-understanding","task_name":"Natural Language Understanding"},{"task_slug":"quantization","task_name":"Quantization"}],"methods":[{"method_slug":"llama","method_name":"LLaMA"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2404.14047","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2404.14047"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/MS-P3/code5/tree/main/llama3","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/macaronlin/llama3-quantization","reach":{"status":"ok"}}],"summary":{"ran":4,"ran_draft_wrong":2,"ran_violates":1,"unverified":3},"by_repo_kind":{"official":{"samples":10,"ran":7,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":10,"samples":[{"code_sha256_prefix":"904cd61df2fe8fb9","entry":"find_layers","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"models/models_utils.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/models/models_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"904cd61df2fe8fb9"}},{"code_sha256_prefix":"2c201f017173954b","entry":"get_llama","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"llama.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/llama.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2c201f017173954b"}},{"code_sha256_prefix":"4df9168e0a0c38eb","entry":"make_disjoint_window","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"models/models_utils.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/models/models_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4df9168e0a0c38eb"}},{"code_sha256_prefix":"6d5acfb0087d1ee7","entry":"prod","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"irqlora.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/irqlora.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6d5acfb0087d1ee7"}},{"code_sha256_prefix":"632792cb21b226ee","entry":"quantize_tensor","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"irqlora.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/irqlora.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"632792cb21b226ee"}},{"code_sha256_prefix":"94587954e392b665","entry":"truncate_number","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"models/transformation.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/models/transformation.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"94587954e392b665"}},{"code_sha256_prefix":"4e53fbbdfa160f7d","entry":"truncate_number","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"models/models_utils.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/models/models_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4e53fbbdfa160f7d"}},{"code_sha256_prefix":"3b51341ed1a0b73e","entry":"get_pile","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"datautils.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/datautils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3b51341ed1a0b73e"}},{"code_sha256_prefix":"bd4f416e271c2fb5","entry":"get_ptb","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"datautils.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/datautils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bd4f416e271c2fb5"}},{"code_sha256_prefix":"406294899f965c2f","entry":"get_wikitext2","repo":"macaronlin/llama3-quantization","repo_kind":"official","path":"datautils.py","file_url":"https://github.com/macaronlin/llama3-quantization/blob/HEAD/datautils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"406294899f965c2f"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}