Skip to content

Instantly share code, notes, and snippets.

@isaacmg
Last active September 18, 2019 15:40
Show Gist options
  • Save isaacmg/f47b940b57d120a14cb3efe75f0e6802 to your computer and use it in GitHub Desktop.
Save isaacmg/f47b940b57d120a14cb3efe75f0e6802 to your computer and use it in GitHub Desktop.

Serving a TTS model with Seldon

In this walkthrough you will learn to serve a multi-part PyTorch model with Seldon. +* +*

s2i build . seldonio/seldon-core-s2i-python3:0.10 kubeflow/tts_encoder

docker run --name "EncoderServe" --rm -p 5000:5000 kubeflow/tts_encoder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment