Skip to content

Commit

Permalink
Update XTTS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Oct 23, 2023
1 parent 6fefc36 commit 1ee8096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/models/xtts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 1ee8096

Please sign in to comment.