mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
22 lines
792 B
ReStructuredText
22 lines
792 B
ReStructuredText
![]() |
Using Ray
|
|||
|
=========
|
|||
|
|
|||
|
If you’re brand new to Ray, we recommend starting with our `tutorials <https://github.com/ray-project/tutorial>`_.
|
|||
|
|
|||
|
Below, you'll find information ranging from beginner material (like our `walkthrough <walkthrough.html>`_) to `advanced usage <advanced.html>`_. There are also detailed instructions on how to work with Ray concepts such as Actors and managing GPUs.
|
|||
|
|
|||
|
Finally, we've also included some content on using core Ray APIs with `Tensorflow <using-ray-with-tensorflow.html>`_ and `PyTorch <using-ray-with-pytorch.html>`_.
|
|||
|
|
|||
|
.. toctree::
|
|||
|
:maxdepth: -1
|
|||
|
|
|||
|
walkthrough.rst
|
|||
|
actors.rst
|
|||
|
using-ray-with-gpus.rst
|
|||
|
serialization.rst
|
|||
|
memory-management.rst
|
|||
|
troubleshooting.rst
|
|||
|
advanced.rst
|
|||
|
using-ray-with-tensorflow.rst
|
|||
|
using-ray-with-pytorch.rst
|