Skip to content

Commit

Permalink
[RFC] Split the list of libraries into ML vs production
Browse files Browse the repository at this point in the history
  • Loading branch information
ericl committed Sep 14, 2021
1 parent cc1d7b8 commit d1f348c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ Ray is packaged with the following libraries for accelerating machine learning w
- `Tune`_: Scalable Hyperparameter Tuning
- `RLlib`_: Scalable Reinforcement Learning
- `RaySGD <https://docs.ray.io/en/master/raysgd/raysgd.html>`__: Distributed Training Wrappers
- `Serve`_: Scalable and Programmable Serving
- `Datasets`_: Flexible Distributed Data Loading (alpha)

As well as libraries for taking ML and distributed apps to production:

- `Serve`_: Scalable and Programmable Serving
- `Workflows`_: Fast, Durable Application Flows (alpha)

There are also many `community integrations <https://docs.ray.io/en/master/ray-libraries.html>`_ with Ray, including `Dask`_, `MARS`_, `Modin`_, `Horovod`_, `Hugging Face`_, `Scikit-learn`_, and others. Check out the `full list of Ray distributed libraries here <https://docs.ray.io/en/master/ray-libraries.html>`_.
Expand Down
5 changes: 4 additions & 1 deletion doc/source/ray-libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Ray also comes packaged with several libraries solving problems in the machine l
- :doc:`../tune/index`
- :ref:`rllib-index`
- :ref:`sgd-index`
- :ref:`rayserve`
- :ref:`datasets` (alpha)

As well as libraries for taking ML and distributed apps to production:

- :ref:`rayserve`
- :ref:`workflows` (alpha)

Airflow |airflow|
Expand Down
5 changes: 4 additions & 1 deletion doc/source/ray-overview/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ On top of **Ray Core** are several libraries for solving problems in machine lea
- :doc:`../tune/index`
- :ref:`rllib-index`
- :ref:`sgd-index`
- :ref:`rayserve`
- :ref:`datasets` (alpha)

As well as libraries for taking ML and distributed apps to production:

- :ref:`rayserve`
- :ref:`workflows` (alpha)

There are also many :ref:`community integrations <ray-oss-list>` with Ray, including `Dask`_, `MARS`_, `Modin`_, `Horovod`_, `Hugging Face`_, `Scikit-learn`_, and others. Check out the :ref:`full list of Ray distributed libraries here <ray-oss-list>`.
Expand Down

0 comments on commit d1f348c

Please sign in to comment.