Views
No views yet
| File | Size | Description |
|---|---|---|
ministral-3-14b-instruct-2512-nvfp4.gguf | ~6.9 GB | NVFP4 quantized model weights |
mmproj-ministral-3-14b-instruct-2512-f16.gguf | ~878 MB | Vision projector (F16, unquantized) |
1# Server mode with OpenAI-compatible API
2llama-server \
3 -m ministral-3-14b-instruct-2512-nvfp4.gguf \
4 --mmproj mmproj-ministral-3-14b-instruct-2512-f16.gguf \
5 -ngl 99 \
6 --host 0.0.0.0 \
7 --port 8080
8
9# Direct inference
10llama-cli \
11 -m ministral-3-14b-instruct-2512-nvfp4.gguf \
12 --mmproj mmproj-ministral-3-14b-instruct-2512-f16.gguf \
13 -ngl 99 \
14 -p "Write a Python function to compute fibonacci numbers"| Metric | Value |
|---|---|
| Source format | FP8_E4M3 (safetensors) |
| Intermediate | F16 GGUF |
| Output format | NVFP4 |
| Approximate BPW | ~4.6 |
| Quantized with | llama.cpp build 537 |