Skip to content

Commit fa14718

Browse files
authored
support handling streaming in SGP (#169)
1 parent 792fce0 commit fa14718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

launch/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
EndpointRequest,
2929
EndpointResponse,
3030
EndpointResponseFuture,
31+
EndpointResponseStream,
3132
SyncEndpoint,
3233
)
3334

@@ -39,6 +40,7 @@
3940
"EndpointRequest",
4041
"EndpointResponse",
4142
"EndpointResponseFuture",
43+
"EndpointResponseStream",
4244
"LaunchClient",
4345
"ModelBundle",
4446
"PostInferenceHooks",

0 commit comments

Comments
 (0)