# Ollama: Confusion about model size

> Source: <https://forum.level1techs.com/t/ollama-confusion-about-model-size/254525#post_4>
> Published: 2026-08-28 16:23:18+00:00

Yes, it’s not taking the context into account, just the weights alone. You can check it out at huggingface:

Other than that, I’d recommend against using ollama. It does not use huggingface directly and has its own weird model hosting, and it uses a version of llama.cpp with some weird patches of theirs and not optimal flags. If possible, I’d suggest you just to use llama.cpp directly.
