From 1ee809679928e7a515667fc50c8f3bf6c6ea4735 Mon Sep 17 00:00:00 2001 From: Edresson Casanova Date: Mon, 23 Oct 2023 11:13:09 -0300 Subject: [PATCH] Update XTTS docs --- docs/source/models/xtts.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/models/xtts.md b/docs/source/models/xtts.md index f606bf2f60..b5d0f4bb3e 100644 --- a/docs/source/models/xtts.md +++ b/docs/source/models/xtts.md @@ -136,8 +136,7 @@ torchaudio.save("xtts_streaming.wav", wav.squeeze().unsqueeze(0).cpu(), 24000) ### Training -A recipe for `XTTS_v1.1` GPT encoder training using `LJSpeech` dataset looks like below. Let's be creative and call this `train_gpt_xtts.py`. - +A recipe for `XTTS_v1.1` GPT encoder training using `LJSpeech` dataset is available at https://github.com/coqui-ai/TTS/tree/dev/recipes/ljspeech/xtts_v1/train_gpt_xtts.py and it looks like below. ```{literalinclude} ../../recipes/ljspeech/xtts_v1/train_gpt_xtts.py ```