-
Notifications
You must be signed in to change notification settings - Fork 59
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 testing #173
Comments
Sorry for seeing this late. We'll write better documentation around this in the future but ill quickly give a brief rundown here. Hope its helpful. 1. You need to set these environment variables on all machines involved:
2. You need to set these specific environment variables for each machine:
3. Your final launch script will look something like this:First Node (Master):
Second Node (Worker):
Third Node (Worker):
|
Hi expert
I can use the sigle machine train,but how to do distributed region training use this script or there is some good sample to help me understand
Using 2 GPUs
ZERO_BAND_LOG_LEVEL=DEBUG ./scripts/simulate_multi_node_diloco.sh 2 1 src/zeroband/train.py @configs/debug/diloco.toml
Thanks
The text was updated successfully, but these errors were encountered: