Model Discovery: Add context size? #3597
Unanswered
IngwiePhoenix
asked this question in
Q&A
Replies: 0 comments
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.
I run most of my models at ~100k context due to hardware restrictions. But this is not properly discovered from llama.cpp server.
Instead of listing each model on it's own using
model add ..., how can I set this for discovered models?Thanks!
All reactions