--- base_model: moonshotai/Kimi-Dev-72B base_model_relation: quantized quantized_by: ArtusDev license: mit tags: - code - swebench - software - issue-resolving - exl3 library_name: transformers --- ## EXL3 Quants of moonshotai/Kimi-Dev-72B EXL3 quants of [moonshotai/Kimi-Dev-72B](https://huggingface.co/moonshotai/Kimi-Dev-72B) using exllamav3 for quantization. ### Quants | Quant(Revision) | Bits per Weight | Head Bits | | -------- | ---------- | --------- | | [2.5_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/2.5bpw_H6) | 2.5 | 6 | | [3.35_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/3.35bpw_H6) | 3.35 | 6 | | [3.5_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/3.5bpw_H6) | 3.5 | 6 | | [4.0_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/4.0bpw_H6) | 4.0 | 6 | | [4.25_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/4.25bpw_H6) | 4.25 | 6 | | [5.0_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/5.0bpw_H6) | 5.0 | 6 | | [6.0_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/6.0bpw_H6) | 6.0 | 6 | | [8.0_H6](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/8.0bpw_H6) | 8.0 | 6 | | [8.0_H8](https://huggingface.co/ArtusDev/moonshotai_Kimi-Dev-72B-EXL3/tree/8.0bpw_H8) | 8.0 | 8 | ### Downloading quants with huggingface-cli
Click to view download instructions Install hugginface-cli: ```bash pip install -U "huggingface_hub[cli]" ``` Download quant by targeting the specific quant revision (branch): ``` huggingface-cli download ArtusDev/moonshotai_Kimi-Dev-72B-EXL3 --revision "5.0bpw_H6" --local-dir ./ ```