CoolFace
Modelpublic

btbtyler09/Devstral-Small-2507-AWQ

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
2likes687downloads
Model Card

Devstral-Small-2507-AWQ

This model was forked in an attempt to make changes so it will run in vLLM.

Method

Quantised using casper-hansen/AutoAWQ and the following configs:

quant_config = { "zero_point": True, "q_group_size": 128, "w_bit": 4, "version": "GEMM" }

Inference

The quantised model's configs and weights are stored in hf and safetensors format, but the tokeniser remains in mistral format. Please load inference arguments accordingly, e.g.,:

vllm

vllm serve cpatonn/Devstral-Small-2507-AWQ --tokenizer_mode mistral --config_format hf --load_format safetensors --tool-call-parser mistral --enable-auto-tool-choice