Limit to one request at the same time? #813
Unanswered
slu-010101
asked this question in
Q&A
Replies: 2 comments
|
llama-swap keeps a request queue per model so there isn't a global queue to limit You could do a few things:
|
0 replies
|
@mostlygeek thank you for the feedback. Unfortunately I need groups to preload all my models on startup, the system has enough RAM. |
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.
Hi,
I have loaded multiple models at the same time and can only use the CPU.
This working fine as long there is a single request for one model, but as soon
another request came in at the same time both of them are very slow.
Is there any option to limit llama-swap to one request at the same time and
all models?
Sam
All reactions