-
Notifications
You must be signed in to change notification settings - Fork 6k
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
base: master
Are you sure you want to change the base?
Add Runhouse to Ecosystem #47150
Conversation
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]>
Signed-off-by: py-rh <[email protected]>
Add Runhouse - Update ray-libraries.rst
@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! |
It looks good to me, but can we link to a more Ray specific documentation page instead of a generic quick start? @py-rh |
.. 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. |
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.
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. |
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
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.