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

Add Runhouse to Ecosystem #47150

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add Runhouse to Ecosystem #47150

wants to merge 4 commits into from

Conversation

py-rh
Copy link

@py-rh py-rh commented Aug 15, 2024

Why are these changes needed?

Adding Runhouse to Ecosystem page, as Runhouse is an open-source library that builds with Ray.

Related issue number

Not applicable

Checks

Not applicable

  • [ x] I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • [ x] I've run scripts/format.sh to lint the changes in this PR.
  • [ x] I've included any doc changes needed for https://docs.ray.io/en/master/.
    • [x ] I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • [ x] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • [x ] Unit tests
    • [ x] Release tests
    • [ x] This PR is not tested :(

py-rh added 3 commits August 14, 2024 23:42
Runhouse is an open-source library that uses Ray heavily, and forms Ray clusters from existing or on-demand compute, before allowing users to instantly dispatch work to that cluster and execute on remote as if it were local. 

Signed-off-by: py-rh <[email protected]>
Add Runhouse - Update ray-libraries.rst
@py-rh py-rh requested a review from a team as a code owner August 15, 2024 04:06
@can-anyscale
Copy link
Collaborator

not sure who needs to review this integration, but probably not @Ray-Doc, @jjyao do you know thankks

@jjyao
Copy link
Collaborator

jjyao commented Aug 15, 2024

@pcmoritz ?

@py-rh
Copy link
Author

py-rh commented Aug 16, 2024

@can-anyscale / @jjyao I don't want to ping him in case it's wrong but I think richardliaw approved some in the past and was active. Let me know if there's anything I can help clarify!

@pcmoritz
Copy link
Contributor

pcmoritz commented Aug 16, 2024

It looks good to me, but can we link to a more Ray specific documentation page instead of a generic quick start? @py-rh

@anyscalesam anyscalesam self-requested a review August 26, 2024 19:31
@anyscalesam anyscalesam added triage Needs triage (eg: priority, bug/not-bug, and owning component) docs An issue or change related to documentation @external-author-action-required Alternate tag for PRs where the author doesn't have labeling permission. labels Aug 26, 2024
.. image:: https://img.shields.io/github/stars/run-house/runhouse?style=social)]
:target: https://github.com/run-house/runhouse

Runhouse is an open-source package that makes it simple to launch and form Ray clusters and instantly dispatch regular Python for execution onto that remote compute. With Runhouse you can program complex and efficient ML workflows with a high degree of hardware control, while retaining the iteration and debugability of "local" Python execution.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Runhouse is an open-source package that makes it simple to launch and form Ray clusters and instantly dispatch regular Python for execution onto that remote compute. With Runhouse you can program complex and efficient ML workflows with a high degree of hardware control, while retaining the iteration and debugability of "local" Python execution.
Runhouse is an open-source package for launching and forming Ray clusters, and instantly dispatch regular Python for execution onto that remote compute. With Runhouse you can program complex and efficient ML workflows with a high degree of hardware control, while retaining the iteration and debuggability of "local" Python execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs An issue or change related to documentation @external-author-action-required Alternate tag for PRs where the author doesn't have labeling permission. triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants