Replies: 2 comments
|
yes context length |
0 replies
|
Yes, this is very likely related to context length, especially since increasing the Ollama context from 8k to 16k makes the same chat work. A few things are happening at once:
What I would try:
So the short answer is: yes, it is probably linked to context length, but also watch memory usage because larger context windows cost much more memory. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After upgrading openwebui to the newest version I have this issue that the model stops responding after some messages.
with a thinking model like gemma4:12b it just says "thinking for 10s" and no response after that.
with gemma3:12b the streaming response just stops in the middle.
If I increase the context lengh in ollama settings from 8k to 16k, it works just fine.
so is it linked to the context lenght ?
All reactions