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
For a model hosted using vLLM, I am using completions endpoint in streaming mode (stream = true). Due to network issues, the connection to the vLLM server may be lost. When the network issue gets corrected, the client will create a new connection. Is there a way by which I can resume the streaming from the last generated token?
If needed, I can provide the previously generated tokens as well.
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
-
For a model hosted using vLLM, I am using completions endpoint in streaming mode (stream = true). Due to network issues, the connection to the vLLM server may be lost. When the network issue gets corrected, the client will create a new connection. Is there a way by which I can resume the streaming from the last generated token?
If needed, I can provide the previously generated tokens as well.
Beta Was this translation helpful? Give feedback.
All reactions