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
Some inference engines (like lmdeploy) support passing session_ids at inference time to hint the engine to manage cache for that request accordingly for persistent sessions where the previous messages of the context are going to remain fixed within that session.
I think this would be a growing need over time and it'd be very useful to have built-in support for this in vllm. That said, the interface is going to be tricky and needs a lot of thought.
What do you think @WoosukKwon ? If it aligns with the project goals, we could start an RFC for this.
The text was updated successfully, but these errors were encountered:
Some inference engines (like lmdeploy) support passing
session_id
s at inference time to hint the engine to manage cache for that request accordingly for persistent sessions where the previous messages of the context are going to remain fixed within that session.I think this would be a growing need over time and it'd be very useful to have built-in support for this in vllm. That said, the interface is going to be tricky and needs a lot of thought.
What do you think @WoosukKwon ? If it aligns with the project goals, we could start an RFC for this.
The text was updated successfully, but these errors were encountered: