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
Add SeamlessM4Tv2 Model support to onnx_export_from_model.
Motivation
Being able to deploy SeamlessM4Tv2 models to production using onnx.
Your contribution
I got the speech-to-text model to ONNX, but I'm not able to generate the audio as expected, even though I'm trying to give the tgt_lang_token_ids as decoder_input_ids. I could help with by submitting a PR, but I might start creating the model_config/model_patcher first if it is needed.
EDIT: I got the speech-to-text model, not the speech-to-speech model. I'd like to export the t2u_model and the vocoder to onnx, but it seems that is giving problems, any advice on how to do it?
The text was updated successfully, but these errors were encountered:
Feature request
Add SeamlessM4Tv2 Model support to onnx_export_from_model.
Motivation
Being able to deploy SeamlessM4Tv2 models to production using onnx.
Your contribution
I got the speech-to-text model to ONNX, but I'm not able to generate the audio as expected, even though I'm trying to give the tgt_lang_token_ids as decoder_input_ids. I could help with by submitting a PR, but I might start creating the model_config/model_patcher first if it is needed.
EDIT: I got the speech-to-text model, not the speech-to-speech model. I'd like to export the t2u_model and the vocoder to onnx, but it seems that is giving problems, any advice on how to do it?
The text was updated successfully, but these errors were encountered: