-
Notifications
You must be signed in to change notification settings - Fork 39
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
Ray Distributor #1305
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @dongreenberg and the rest of your teammates on |
@@ -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 |
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.
minor nit - for these imports we could do from runhouse.resources.distributed import RayDistributed
and add the relevant import to the distributed package __init__
b1aa7c3
to
08045dc
Compare
7bef2cd
to
97be85d
Compare
08045dc
to
fed1456
Compare
97be85d
to
329f1ae
Compare
fed1456
to
9364e24
Compare
329f1ae
to
654db2a
Compare
9364e24
to
2c95710
Compare
654db2a
to
e72c443
Compare
2c95710
to
6beb88f
Compare
e72c443
to
61e5f96
Compare
2a6eac8
to
7d88a67
Compare
61e5f96
to
b313738
Compare
7bf0dc0
to
1ffc84a
Compare
b313738
to
a499ad9
Compare
a499ad9
to
9d9581c
Compare
9ce92dd
to
f47ef9b
Compare
9d9581c
to
d5fae63
Compare
d5fae63
to
9257b5c
Compare
No description provided.