Views
No views yet
JetBrains/Mellum2-12B-A2.5B-Instruct for efficient local inference with llama.cpp, Ollama, LM Studio, and other GGUF-compatible runtimes.| File | Quantization | Size | Notes |
|---|---|---|---|
Mellum2-12B-A2.5B-Instruct-Q4_K_M.gguf | Q4_K_M | 8.07 GB | Lower-memory deployment with good quality-to-size tradeoff |
Mellum2-12B-A2.5B-Instruct-Q5_K_M.gguf | Q5_K_M | 9.21 GB | Higher-quality 5-bit deployment with a modest size increase |
llama.cpp. During conversion, some tensors may require fallback quantization depending on the model architecture, which is expected and does not prevent successful inference../llama-server -m Mellum2-12B-A2.5B-Instruct-Q5_K_M.gguf --jinja --port 8000Modelfile pointing to the GGUF file:FROM ./Mellum2-12B-A2.5B-Instruct-Q4_K_M.gguf1ollama create mellum2-q4 -f Modelfile
2ollama run mellum2-q4JetBrains/Mellum2-12B-A2.5B-Instructllama.cpp