-
Notifications
You must be signed in to change notification settings - Fork 51
Add auto-reload support to CodeSyncManager
#568
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D78358200 |
9ebe944
to
aef47cc
Compare
Summary: Pull Request resolved: pytorch-labs#568 Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Differential Revision: D78358200
This pull request was exported from Phabricator. Differential Revision: D78358200 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D78358200 |
Summary: Pull Request resolved: pytorch-labs#568 Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Differential Revision: D78358200
a1667b6
to
a3f6a97
Compare
Summary: Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Differential Revision: D78358200
This pull request was exported from Phabricator. Differential Revision: D78358200 |
a3f6a97
to
43abfcd
Compare
Summary: Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Differential Revision: D78358200
43abfcd
to
e8b28f7
Compare
Summary: Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Differential Revision: D78358200
This pull request was exported from Phabricator. Differential Revision: D78358200 |
Summary: Pull Request resolved: pytorch-labs#568 Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Differential Revision: D78358200
e8b28f7
to
66e155c
Compare
This pull request was exported from Phabricator. Differential Revision: D78358200 |
Summary: Pull Request resolved: pytorch-labs#568 Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Differential Revision: D78358200
78e4181
to
753ee3f
Compare
Summary: Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Reviewed By: highker Differential Revision: D78358200
Summary: Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Reviewed By: highker Differential Revision: D78358200
753ee3f
to
c93afad
Compare
This pull request was exported from Phabricator. Differential Revision: D78358200 |
Summary: Pull Request resolved: pytorch-labs#568 Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Reviewed By: highker Differential Revision: D78358200
c93afad
to
a70e53d
Compare
Summary: Pull Request resolved: pytorch-labs#568 Update the `CodeSyncManager` actor to call `AutoReloadActor` when requested, to trigger hot-reloading of Python code after code sync completes. In this setup, only a single `CodeSyncManager` on an e.g. host will perform a code sync operation, and then will cast to all ranks that share the host (e.g. gpu ranks) to trigger all the reloads. Reviewed By: highker Differential Revision: D78358200
This pull request was exported from Phabricator. Differential Revision: D78358200 |
a70e53d
to
3fbda0f
Compare
This pull request has been merged in 4cf5147. |
Summary:
Update the
CodeSyncManager
actor to callAutoReloadActor
when requested, to trigger hot-reloading of Python code after
code sync completes.
In this setup, only a single
CodeSyncManager
on an e.g. hostwill perform a code sync operation, and then will cast to all ranks
that share the host (e.g. gpu ranks) to trigger all the reloads.
Differential Revision: D78358200