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
I'm currently trying to setup streaming reponses of LLM generation from vLLM, however I receive an Streaming not yet supported error from modelmesh. I think this is coming from this code snippet:
It looks like implementing streaming is a non trivial task in this SidecarModelMesh class. Are there any plans on implementing streaming support or are there any blockers for this?
The text was updated successfully, but these errors were encountered:
I'm currently trying to setup streaming reponses of LLM generation from vLLM, however I receive an
Streaming not yet supported
error from modelmesh. I think this is coming from this code snippet:modelmesh/src/main/java/com/ibm/watson/modelmesh/SidecarModelMesh.java
Line 433 in eaa2fde
It looks like implementing streaming is a non trivial task in this SidecarModelMesh class. Are there any plans on implementing streaming support or are there any blockers for this?
The text was updated successfully, but these errors were encountered: