You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi wang,
I want to setup ps-pytorch in my own cluster, but the guide only mentioned how to setup it in AWS.
Can you give me some guidance about this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @yanring, all the AWS stuff I mentioned in the guide is to help with getting private ips addresses of the instances (machines over a distributed cluster).
Things work even easier on your own cluster once you have a file contains the private ips of machines in your own cluster. For instance, you can create a file and write all private ips manually, and ultimately it looks like:
Then the scripts e.g. local_script.sh, remote_script.sh should work with slight modifications e.g. change this line to the address of your own key file.
Hi wang,
I want to setup ps-pytorch in my own cluster, but the guide only mentioned how to setup it in AWS.
Can you give me some guidance about this?
Thanks!
The text was updated successfully, but these errors were encountered: