-
Notifications
You must be signed in to change notification settings - Fork 281
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
[WIP] Add generic multiple machine launcher #202
base: main
Are you sure you want to change the base?
Conversation
@@ -23,8 +23,6 @@ | |||
import logging | |||
import os | |||
|
|||
from examples.multiprocess_launcher import MultiProcessLauncher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was needed such that there is not needed to be sent when running this example on multiple machines.
We can also send this file, but we would also need to create the directory structure. (examples
...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@knottb has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…arty and save_from_party respectively (facebookresearch#202) Summary: Pull Request resolved: fairinternal/CrypTen#202 Change current crypten.load and crypten.save functions to load_from_party and save_from_party respectively. Reviewed By: knottb Differential Revision: D21026301 fbshipit-source-id: 7ed8a8b483432caa826198867d22a54542393178
I think this can be closed since it was imported inside Phabricator, right? @knottb |
Types of changes
This still needs to be tested on some AWS instances.
Motivation and Context / Related issue
Allow folks to have an easier method to deploy on multiple machines (not necessarily AWS instances).
How Has This Been Tested (if it applies)
Run the following code - tested for the moment on 2 machines (personal laptops).
And got the following output:
Checklist