Instructions to use SPRINGLab/F5-Hindi-24KHz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use SPRINGLab/F5-Hindi-24KHz with F5-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
f5-tts-small model, giving output in 1.5 secs, I need it in under 200-300 ms how to proceed
#16
by banank1989 - opened
f5-tts-small model, giving output in 1.5 secs, I need it in under 200-300 ms how to proceed
Try torch.compile(). Also check out EPSS from recent F5 updates. Other than that quantization and inferencing on better GPUs will help.