Mate, just creating a modelfile is not enough. You should have done one more step - to create a new model with a new name out of that modelfile. In terms of ollama "model" is not a model weights - its weights + parameters. So creating a "new" model out of the existing model, you already have weights for, will not occupy any space on your HDD - it just creates a version of the same model with different parameters (like context size)
I'd like to see it integrated with OpenWebUI!
how do i test a LLM ask > Draw a house with ASCII characters?" this LLM is bad
from your test the context window parameters don't look reliable, 😇
Mate, just creating a modelfile is not enough. You should have done one more step - to create a new model with a new name out of that modelfile. In terms of ollama "model" is not a model weights - its weights + parameters. So creating a "new" model out of the existing model, you already have weights for, will not occupy any space on your HDD - it just creates a version of the same model with different parameters (like context size)