Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed training #3802

Open
thanhlong1997 opened this issue Jun 28, 2024 · 2 comments
Open

Distributed training #3802

thanhlong1997 opened this issue Jun 28, 2024 · 2 comments
Labels
feature request feature requests for making TTS better.

Comments

@thanhlong1997
Copy link

Hi, I want to train your XTTS-v2 in distributed mode since my data is too large. How can I do that ? thank you!!!

@thanhlong1997 thanhlong1997 added the feature request feature requests for making TTS better. label Jun 28, 2024
@NikitaKononov
Copy link

Hi, I want to train your XTTS-v2 in distributed mode since my data is too large. How can I do that ? thank you!!!

python -m trainer.distribute --script recipes/ljspeech/xtts_v2/train_gpt_xtts.py --gpus 0,1,2,3,4,5

But xtts scripts or Trainer framework is laggy and it doesn't work properly< you can check my issue

@NikitaKononov
Copy link

tried num_workers=0, >0, MP_THREADS_NUM and so on, nothing helps
lots of ram and shared memory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature requests for making TTS better.
Projects
None yet
Development

No branches or pull requests

2 participants