This repository was archived by the owner on May 13, 2025. It is now read-only.
[WIP] Add generic multiple machine launcher#202
Open
gmuraru wants to merge 3 commits intofacebookresearch:mainfrom
Open
[WIP] Add generic multiple machine launcher#202gmuraru wants to merge 3 commits intofacebookresearch:mainfrom
gmuraru wants to merge 3 commits intofacebookresearch:mainfrom
Conversation
gmuraru
commented
Dec 8, 2020
| import logging | ||
| import os | ||
|
|
||
| from examples.multiprocess_launcher import MultiProcessLauncher |
Contributor
Author
There was a problem hiding this comment.
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 ...)
Contributor
facebook-github-bot
left a comment
There was a problem hiding this comment.
@knottb has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
knottb
pushed a commit
to gmuraru/CrypTen
that referenced
this pull request
Dec 18, 2020
…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
Contributor
Author
|
I think this can be closed since it was imported inside Phabricator, right? @knottb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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