Deploy TTS model with onnx backend #7648
Unanswered
AnasAlmana
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to deploy text to speech model with onnx format. Is that possible with triton? I tried to deploy object detection model with same format and it worked, but TTS model does not.
I get this error:
UNAVAILABLE: Internal: onnx runtime error 7: Load model from /models/tts_model/1/model.onnx failed:Protobuf parsing failed
I checked the model compatibility and the model is running perfectly with python.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions