Update XTTS docs

pull/3086/head
Edresson Casanova 2023-10-23 11:13:09 -03:00
parent 6fefc36e5a
commit 1ee8096799
1 changed files with 1 additions and 2 deletions

View File

@ -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
```