r/LocalLLaMA · · 1 min read

Maybe dumb question, but how do you serve multiple users with the full context length?

Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.

After experimenting with llama.cpp, I'm wondering a thing.

Let's say we have an LLM with a context size of 128k. Now let's say we want have up to 8 parallel users, and we want to provide each client with the full context capabilities.

With llama.cpp, how does that work? AFAIK it only allows sharing the 128k between users, but not actually providing 128k per user.

Is there something I'm missing? Thanks

submitted by /u/TrainingTwo1118
[link] [comments]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from r/LocalLLaMA