Mistral AI AWQ & GPTQ
					Collection
				
				4 items
				• 
				Updated
					
				
Quantised using casper-hansen/AutoAWQ and the following configs:
quant_config = { "zero_point": True, "q_group_size": 128, "w_bit": 4, "version": "GEMM" }
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 serve cpatonn/Devstral-Small-2507-AWQ-4bit --tokenizer_mode mistral --config_format hf --load_format safetensors --tool-call-parser mistral --enable-auto-tool-choice
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503