Artifact versions
Seldon V2 Kubernetes Multi Version Artifact Examples
We have a Triton model that has two version folders
Model 1 adds 10 to input, Model 2 multiples by 10 the input. The structure of the artifact repo is shown below:
config.pbtxt
1/model.py <add 10>
2/model.py <mul 10>
Before you begin
Ensure that you have installed Seldon Core 2 in the namespace
seldon-mesh.Ensure that you are performing these steps in the directory where you have downloaded the samples.
Get the IP address of the Seldon Core 2 instance running with Istio:
ISTIO_INGRESS=$(kubectl get svc seldon-mesh -n seldon-mesh -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo "Seldon Core 2: http://$ISTIO_INGRESS"Model
Last updated
Was this helpful?

