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 installed SeldonCoreV2 with Docker Compose and I can execute the local examples.
After that, I set up my own Triton example with the help of this.
Now I'm trying to load and set the model to be available in my Python code for the Triton example. And here I'm kind of stuck.
The Scheduler API provides the LoadModel functionality but I cannot find a way to set my model to ready.
A local example of how to do it with the API would be really helpful. Or is there any other recommended way?
The text was updated successfully, but these errors were encountered:
I have installed SeldonCoreV2 with Docker Compose and I can execute the local examples.
After that, I set up my own Triton example with the help of this.
Now I'm trying to load and set the model to be available in my Python code for the Triton example. And here I'm kind of stuck.
The Scheduler API provides the LoadModel functionality but I cannot find a way to set my model to ready.
A local example of how to do it with the API would be really helpful. Or is there any other recommended way?
The text was updated successfully, but these errors were encountered: