Open kalradivyanshu opened 12 months ago
Has anyone had success converting encodec model to ONNX? I tried python -m transformers.onnx --model=encodec24khz onnx/ but that gives KeyError: 'encodec': https://github.com/huggingface/transformers/issues/27602.
python -m transformers.onnx --model=encodec24khz onnx/
KeyError: 'encodec'
Can it be done? Can help or directions will be highly appreciated! Thankyou for all your work!
❓ Questions
Has anyone had success converting encodec model to ONNX? I tried
python -m transformers.onnx --model=encodec24khz onnx/
but that givesKeyError: 'encodec'
: https://github.com/huggingface/transformers/issues/27602.Can it be done? Can help or directions will be highly appreciated! Thankyou for all your work!