huggingface / huggingface/optimum-executorch
Add support for VibeVoice
- Dominant language
- Python
- Stars
- 141
- Forks
- 48
- Avg merge
- 26m
- Merged PRs (30d)
- 2
Description
I was trying to export the [VibeVoice](https://huggingface.co/microsoft/VibeVoice-Realtime-0.5B) Text to Speech model with the optimum-cli export script, but it fails to recognize the model and results in NoneType object error, no matter which task option do I choose. This is the command I have been using:
```optimum-cli export executorch --model microsoft/VibeVoice-Realtime-0.5B --output_dir . --recipe xnnpack --task text-to-speech --dtype float32```
I would be grateful for support for VibeVoice in optimum-cli, or pointing out the correct task option if it is already supported, so the model can be exported without manual experimentation.
Contributor guide
Assessment
This issue has not been assessed yet.