diff --git a/model-mesh-triton-adapter/server/server.go b/model-mesh-triton-adapter/server/server.go index 6b831f14..f79fd3b2 100644 --- a/model-mesh-triton-adapter/server/server.go +++ b/model-mesh-triton-adapter/server/server.go @@ -266,6 +266,7 @@ func (s *TritonAdapterServer) RuntimeStatus(ctx context.Context, req *mmesh.Runt mis := make(map[string]*mmesh.RuntimeStatusResponse_MethodInfo) mis[tritonServiceName+"/ModelInfer"] = &mmesh.RuntimeStatusResponse_MethodInfo{IdInjectionPath: path1} + mis[tritonServiceName+"/ModelStreamInfer"] = &mmesh.RuntimeStatusResponse_MethodInfo{IdInjectionPath: path1} mis[tritonServiceName+"/ModelMetadata"] = &mmesh.RuntimeStatusResponse_MethodInfo{IdInjectionPath: path1} runtimeStatus.MethodInfos = mis