Y
Hacker News
new
|
ask
|
show
|
jobs
by
blks
2 days ago
If it takes so much resource to run, how does the sharing of a single llm works? There is some interface that basically submits context/cache plus current promt, from each user, doing basically time-sharing compute?
1 comments
mnahkies
2 days ago
I believe they batch requests so the same weights in vram are shared across many requests
https://www.baseten.co/blog/continuous-vs-dynamic-batching-f...
link