Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy TTS model with Triton and onnx backend, failed:Protobuf parsing failed #272

Open
AnasAlmana opened this issue Sep 25, 2024 · 0 comments

Comments

@AnasAlmana
Copy link

Description
I'm trying to deploy text to speech model with onnx and triton. When running the server, I get this error: failed:Protobuf parsing failed.
also model status is : UNAVAILABLE: Internal: onnx runtime error 7: Load model from /models/tts_model/1/model.onnx failed:Protobuf parsing failed.
Triton Information
Triton container version: 24.08-py3

config.pbtxt file contains:
name: "tts_model"
platform: "onnxruntime_onnx"
max_batch_size: 1
input [
{
name: "input_tensor"
data_type: TYPE_FP32
dims: [ -1, 1 ]
}
]
output [
{
name: "output_tensor"
data_type: TYPE_FP32
dims: [ -1, 1 ]
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant