--- base_model: huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated base_model_relation: quantized quantized_by: ArtusDev license: apache-2.0 license_link: https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterate/blob/main/LICENSE language: - en pipeline_tag: text-generation library_name: transformers tags: - code - codeqwen - chat - qwen - qwen-coder - abliterated - uncensored - exl2 --- ## EXL2 Quants of huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated EXL2 quants of [huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) using exllamav2 for quantization. ### Quants | Quant(Revision) | Bits per Weight | Head Bits | | -------- | ---------- | --------- | | [2.5_H6](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/tree/2.5bpw_H6) | 2.5 | 6 | | [3.0_H6](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/tree/3.0bpw_H6) | 3.0 | 6 | | [3.5_H6](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/tree/3.5bpw_H6) | 3.5 | 6 | | [4.0_H6](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/tree/4.0bpw_H6) | 4.0 | 6 | | [4.5_H6](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/tree/4.5bpw_H6) | 4.5 | 6 | | [5.0_H6](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/tree/5.0bpw_H6) | 5.0 | 6 | | [6.0_H6](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/tree/6.0bpw_H6) | 6.0 | 6 | | [8.0_H8](https://huggingface.co/ArtusDev/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2/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/huihui-ai_Qwen2.5-Coder-32B-Instruct-abliterated-EXL2 --revision "5.0bpw_H6" --local-dir ./ ```