Views
No views yet
| File | Size | Description |
|---|---|---|
ministral-3-8b-instruct-2512-mxfp4.gguf | ~3.5 GB | MXFP4 quantized model weights |
mmproj-ministral-3-8b-instruct-2512-f16.gguf | ~693 MB | Vision projector (F16, unquantized) |
1# Server mode with OpenAI-compatible API
2llama-server \
3 -m ministral-3-8b-instruct-2512-mxfp4.gguf \
4 --mmproj mmproj-ministral-3-8b-instruct-2512-f16.gguf \
5 -ngl 99 \
6 --host 0.0.0.0 \
7 --port 8080