2017-03-17 16:48:25 -07:00
|
|
|
Ray
|
|
|
|
===
|
|
|
|
|
|
|
|
.. image:: https://travis-ci.org/ray-project/ray.svg?branch=master
|
|
|
|
:target: https://travis-ci.org/ray-project/ray
|
|
|
|
|
|
|
|
.. image:: https://readthedocs.org/projects/ray/badge/?version=latest
|
|
|
|
:target: http://ray.readthedocs.io/en/latest/?badge=latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ray is a flexible, high-performance distributed execution framework.
|
|
|
|
|
2017-08-27 19:55:39 -07:00
|
|
|
Installation
|
|
|
|
------------
|
2017-03-17 16:48:25 -07:00
|
|
|
|
2017-08-27 19:55:39 -07:00
|
|
|
- Ray can be installed on Linux and Mac with ``pip install ray``.
|
|
|
|
- To build Ray from source, see the instructions for `Ubuntu`_ and `Mac`_.
|
|
|
|
|
|
|
|
.. _`Ubuntu`: http://ray.readthedocs.io/en/latest/install-on-ubuntu.html
|
|
|
|
.. _`Mac`: http://ray.readthedocs.io/en/latest/install-on-macosx.html
|
|
|
|
|
|
|
|
|
|
|
|
More Information
|
|
|
|
----------------
|
|
|
|
|
2017-09-09 10:21:51 -07:00
|
|
|
- `Mailing List`_
|
2017-08-27 19:55:39 -07:00
|
|
|
- `Documentation`_
|
|
|
|
- `Blog`_
|
|
|
|
- `HotOS paper`_
|
|
|
|
|
2017-09-09 10:21:51 -07:00
|
|
|
.. _`Mailing List`: https://groups.google.com/forum/#!forum/ray-dev
|
2017-08-27 19:55:39 -07:00
|
|
|
.. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html
|
|
|
|
.. _`Blog`: https://ray-project.github.io/ray/
|
|
|
|
.. _`HotOS paper`: https://arxiv.org/abs/1703.03924
|