Views
No views yet
| File | Quant | Size | Use Case |
|---|---|---|---|
OLMo-2-7B-Instruct-Q8_0.gguf | Q8_0 | ~7.4GB | Maximum quality |
OLMo-2-7B-Instruct-Q6_K.gguf | Q6_K | ~5.7GB | Near-lossless |
OLMo-2-7B-Instruct-Q5_K_M.gguf | Q5_K_M | ~5.0GB | High quality |
OLMo-2-7B-Instruct-Q4_K_M.gguf | Q4_K_M | ~4.2GB | Recommended default |
OLMo-2-7B-Instruct-Q3_K_M.gguf | Q3_K_M | ~3.5GB | Low VRAM |
OLMo-2-7B-Instruct-IQ4_XS.gguf | IQ4_XS | ~3.8GB | Imatrix 4-bit |
OLMo-2-7B-Instruct-IQ3_XXS.gguf | IQ3_XXS | ~2.7GB | Imatrix 3-bit |
OLMo-2-7B-Instruct-IQ2_M.gguf | IQ2_M | ~2.4GB | Imatrix 2-bit |
OLMo-2-7B-Instruct-IQ1_S.gguf | IQ1_S | ~1.6GB | Extreme compression |
OLMo-2-7B-Instruct-fp16.gguf | FP16 | ~14.0GB | Full precision |
imatrix.dat | — | — | Importance matrix |
1# llama.cpp
2./llama-cli -m OLMo-2-7B-Instruct-Q4_K_M.gguf \
3 --ctx-size 4096 -n 512 \
4 -p "<|endoftext|><|user|>\nHello!<|assistant|>\n"
5
6# Ollama
7ollama run hf.co/DuoNeural/OLMo-2-7B-Instruct-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 |