CoolFace
Modelpublic

ArtusDev/mistralai_Devstral-Small-2507-EXL3

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
6likes28downloads
Model Card

EXL3 Quants of mistralai/Devstral-Small-2507

EXL3 quants of mistralai/Devstral-Small-2507 using <a href="https://github.com/turboderp-org/exllamav3/">exllamav3</a> for quantization.

Based on the HF conversion of the base Devstral model by unsloth: unsloth/Devstral-Small-2507

Quants

Quant(Revision)Bits per WeightHead Bits
2.5_H62.56
3.0_H63.06
3.5_H63.56
4.0_H64.06
4.5_H64.56
5.0_H65.06
6.0_H66.06
8.0_H88.08

Downloading quants with huggingface-cli

<details> <summary>Click to view download instructions</summary>

Install hugginface-cli:

bash
pip install -U "huggingface_hub[cli]"

Download quant by targeting the specific quant revision (branch):

huggingface-cli download ArtusDev/mistralai_Devstral-Small-2507-EXL3 --revision "5.0bpw_H6" --local-dir ./

</details>