Views
No views yet
| File | Quantization | Approx. size | Notes |
|---|---|---|---|
lfm2.5-230m-code-math-F16.gguf | F16 | ~460 MB | Full precision, largest, highest fidelity |
lfm2.5-230m-code-math-Q8_0.gguf | Q8_0 | ~245 MB | Near-lossless, good default if size isn't a concern |
lfm2.5-230m-code-math-Q5_K_M.gguf | Q5_K_M | ~165 MB | Good balance of size/quality |
lfm2.5-230m-code-math-Q5_K_S.gguf | Q5_K_S | ~155 MB | Slightly smaller than Q5_K_M, marginal quality trade-off |
lfm2.5-230m-code-math-Q4_K_M.gguf | Q4_K_M | ~135 MB | Smallest here, most aggressive quantization, best for constrained/edge devices |
./llama-cli -m lfm2.5-230m-code-math-Q5_K_M.gguf -p "Write a Python function to check if a number is prime."ollama run hf.co/hauser458b/lfm2.5-230m-code-math-GGUF:Q5_K_Mhauser458b/lfm2.5-230m-code-math-GGUF in the LM Studio model browser, or download a .gguf file directly and load it manually.