Skip to content

Comments

[Not for merge] Support multi-machine training#88

Open
zhu-han wants to merge 1 commit intok2-fsa:masterfrom
zhu-han:multi_machine
Open

[Not for merge] Support multi-machine training#88
zhu-han wants to merge 1 commit intok2-fsa:masterfrom
zhu-han:multi_machine

Conversation

@zhu-han
Copy link
Collaborator

@zhu-han zhu-han commented Aug 15, 2025

Example of multi-machine training:

Suppose we have 2 machines, each has 8 gpus,

  • The command in the first machine:
python3 -m zipvoice.bin.train_zipvoice \
    --world-size 16 \
    --local-rank-start 0 \ 
    --local-world-size 8 \ 
    --master-addr xxx.xxx.x.xxx \ # Master node ip address
...
  • The command in the second machine:
python3 -m zipvoice.bin.train_zipvoice \
   --world-size 16 \
   --local-rank-start 8 \ 
   --local-world-size 8 \ 
   --master-addr xxx.xxx.x.xxx \ # Master node ip address (same with the first machine)
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant