You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That results in llama-server allocating exactly 128K KV slots (the context size of gpt-oss). But these are going to be shared between the parallel requests. How can I instead preallocate 256K KV slots to be shared by up to 8 parallel requests, but limit each request to 128K?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Right now I use gpt-oss and
That results in llama-server allocating exactly 128K KV slots (the context size of gpt-oss). But these are going to be shared between the parallel requests. How can I instead preallocate 256K KV slots to be shared by up to 8 parallel requests, but limit each request to 128K?
Beta Was this translation helpful? Give feedback.
All reactions