feat: add HF Inference Endpoint server 53ecf23
Shawn1042 commited on
How to use Resilient-Coders/mms-tts-vie with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
"Resilient-Coders/mms-tts-vie"
)