Replies: 1 comment
|
This works great. Thanks! |
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.
Uh oh!
There was an error while loading. Please reload this page.
Just pulled the latest changes today and noticed my local llama.cpp endpoint was showing up as completely offline in the model selection UI. Everywhere else it was showing as online and working, even in the native llama.ui web interface. Everything worked perfectly before the git pull.
Chatting actually worked fine, mostly, with occasional break ups that caused restarting/looping messages. (caused by triggering endpoint offline error and canceling prompts)
I ended up fixing it by changing a few code lines in model_routes.py. From line 755 specifically.
For anyone having the same issue, here is what I changed:
All reactions