Skip to content

Commit

Permalink
fix: Add ModelStreamInfer to triton MethodInfos (kserve#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Kiefer <[email protected]>
  • Loading branch information
Legion2 committed Jan 21, 2024
1 parent f9781d2 commit 9ce4393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model-mesh-triton-adapter/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ce4393

Please sign in to comment.