Skip to content
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

Ray Distributor #1305

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Ray Distributor #1305

merged 1 commit into from
Nov 13, 2024

Conversation

dongreenberg
Copy link
Contributor

No description provided.

Copy link
Contributor Author

dongreenberg commented Oct 2, 2024

@dongreenberg dongreenberg marked this pull request as ready for review October 2, 2024 22:17
@@ -823,6 +823,14 @@ def distribute(
**distribution_kwargs, name=name, replicas=replicas
).to(self.system, env=self.env.name)
return pooled_module
elif distribution == "ray":
from runhouse.resources.distributed.ray_distributed import RayDistributed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nit - for these imports we could do from runhouse.resources.distributed import RayDistributed and add the relevant import to the distributed package __init__

@dongreenberg dongreenberg force-pushed the ray_distributor branch 2 times, most recently from 7bef2cd to 97be85d Compare October 9, 2024 16:14
This was referenced Nov 5, 2024
@carolineechen carolineechen force-pushed the distributed_queue branch 7 times, most recently from 2a6eac8 to 7d88a67 Compare November 11, 2024 17:04
@carolineechen carolineechen force-pushed the distributed_queue branch 2 times, most recently from 7bf0dc0 to 1ffc84a Compare November 12, 2024 02:20
Copy link
Contributor Author

dongreenberg commented Nov 13, 2024

Merge activity

  • Nov 12, 11:52 PM EST: A user started a stack merge that includes this pull request via Graphite.
  • Nov 13, 12:03 AM EST: Graphite rebased this pull request as part of a merge.
  • Nov 13, 12:04 AM EST: A user merged this pull request with Graphite.

@dongreenberg dongreenberg changed the base branch from distributed_queue to graphite-base/1305 November 13, 2024 04:59
@dongreenberg dongreenberg changed the base branch from graphite-base/1305 to main November 13, 2024 05:01
@dongreenberg dongreenberg merged commit b338f98 into main Nov 13, 2024
10 of 13 checks passed
@dongreenberg dongreenberg deleted the ray_distributor branch November 13, 2024 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants