Skip to content

Commit 81f6d8b

Browse files
committed
fix: Add ModelStreamInfer to triton MethodInfos (#80)
1 parent f9781d2 commit 81f6d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model-mesh-triton-adapter/server/server.go

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ func (s *TritonAdapterServer) RuntimeStatus(ctx context.Context, req *mmesh.Runt
266266

267267
mis := make(map[string]*mmesh.RuntimeStatusResponse_MethodInfo)
268268
mis[tritonServiceName+"/ModelInfer"] = &mmesh.RuntimeStatusResponse_MethodInfo{IdInjectionPath: path1}
269+
mis[tritonServiceName+"/ModelStreamInfer"] = &mmesh.RuntimeStatusResponse_MethodInfo{IdInjectionPath: path1}
269270
mis[tritonServiceName+"/ModelMetadata"] = &mmesh.RuntimeStatusResponse_MethodInfo{IdInjectionPath: path1}
270271
runtimeStatus.MethodInfos = mis
271272

0 commit comments

Comments
 (0)