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 have tried to use inference graph functionality. However, I have not found in the doc where to indicate the name of the model.
In case of multi model backend e.g triton we need to model name to create the correct query. Is there a way to do that?
Currently, I receive the following error message:
{"error":"Request for unknown model: 'bigearthnet3' is not found"}
Which is true because bigearthnet3 is the name of the inferenceservice but not the model in it.
The text was updated successfully, but these errors were encountered:
I have tried to use inference graph functionality. However, I have not found in the doc where to indicate the name of the model.
In case of multi model backend e.g triton we need to model name to create the correct query. Is there a way to do that?
Currently, I receive the following error message:
{"error":"Request for unknown model: 'bigearthnet3' is not found"}
Which is true because bigearthnet3 is the name of the inferenceservice but not the model in it.
The text was updated successfully, but these errors were encountered: