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.