Views
No views yet
mistralai/Devstral-Small-2-24B-Instruct-2512 — Mistral's official FP8 checkpoint.mistralai/Devstral-Small-2-24B-Instruct-2512 by Mistral AIquant_method: fp8 in config.json)Mistral3ForConditionalGeneration (multimodal: text + Pixtral vision)ministral3, 40 layers dense, 24B paramsvision_tower, multi_modal_projector, lm_head1docker run --rm --runtime=nvidia --gpus all \
2 -p 8000:8000 \
3 -v ~/.cache/huggingface:/root/.cache/huggingface \
4 vllm/vllm-openai:cu130-nightly \
5 gdubicki/Devstral-Small-2-24B-Instruct-2512-FP8 \
6 --dtype auto \
7 --kv-cache-dtype fp8 \
8 --gpu-memory-utilization 0.30 \
9 --max-model-len 131072 \
10 --tool-call-parser mistral \
11 --enable-auto-tool-choice \
12 --enable-chunked-prefill \
13 --enable-prefix-caching