Views
No views yet
| File | Quant | Size | Use Case |
|---|---|---|---|
Mistral-7B-Instruct-v0.3-Q8_0.gguf | Q8_0 | ~7.2GB | Maximum quality |
Mistral-7B-Instruct-v0.3-Q6_K.gguf | Q6_K | ~5.5GB | Near-lossless |
Mistral-7B-Instruct-v0.3-Q5_K_M.gguf | Q5_K_M | ~4.8GB | High quality |
Mistral-7B-Instruct-v0.3-Q4_K_M.gguf | Q4_K_M | ~4.1GB | Recommended default |
Mistral-7B-Instruct-v0.3-Q3_K_M.gguf | Q3_K_M | ~3.3GB | Low VRAM |
Mistral-7B-Instruct-v0.3-IQ4_XS.gguf | IQ4_XS | ~3.6GB | Imatrix 4-bit |
Mistral-7B-Instruct-v0.3-IQ3_XXS.gguf | IQ3_XXS | ~2.7GB | Imatrix 3-bit |
Mistral-7B-Instruct-v0.3-IQ2_M.gguf | IQ2_M | ~2.4GB | Imatrix 2-bit |
Mistral-7B-Instruct-v0.3-IQ1_S.gguf | IQ1_S | ~1.6GB | Extreme compression |
Mistral-7B-Instruct-v0.3-fp16.gguf | FP16 | ~14.0GB | Full precision |
imatrix.dat | — | — | Importance matrix |
1# llama.cpp (v0.3 uses [INST] format)
2./llama-cli -m Mistral-7B-Instruct-v0.3-Q4_K_M.gguf \
3 --ctx-size 8192 -n 512 \
4 -p "[INST] Hello! [/INST]"
5
6# Ollama
7ollama run hf.co/DuoNeural/Mistral-7B-Instruct-v0.3-GGUF:Q4_K_M| Platform | Link |
|---|---|
| HuggingFace | huggingface.co/DuoNeural |
| Website | duoneural.com |
| GitHub | github.com/DuoNeural |
| X / Twitter | @DuoNeural |
| duoneural@proton.me | |
| Newsletter | duoneural.beehiiv.com |
| Support | buymeacoffee.com/duoneural |