seamless_communication icon indicating copy to clipboard operation
seamless_communication copied to clipboard

How to export ONNX models

Open TangLinJie opened this issue 11 months ago • 2 comments

Hello, I would like to know if there is a method or script to export the onnx model here, thanks

TangLinJie avatar Mar 12 '24 12:03 TangLinJie

Found this: https://rubikscode.net/2021/10/25/using-huggingface-transformers-with-ml-net/ But, seems that seamless-m4t-v2 is not supported yet. I am looking a way to use SeamlessM4T in .NET app. Any ideas ?

CarteKiwi avatar Apr 02 '24 14:04 CarteKiwi

I guess we should use the new optimum exporter: https://huggingface.co/docs/optimum/exporters/onnx/overview

CarteKiwi avatar Apr 02 '24 14:04 CarteKiwi