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

[docs][core]Accelerator link #48609

Merged
merged 14 commits into from
Nov 6, 2024
6 changes: 3 additions & 3 deletions doc/source/ray-core/scheduling/accelerators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Accelerator Support
===================

Accelerators (e.g. GPUs) are critical for many machine learning applications.
Accelerators like GPUs are critical for many machine learning apps.
Copy link
Contributor

@pcmoritz pcmoritz Nov 6, 2024

Choose a reason for hiding this comment

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

"machine learning workloads" would be the better term here than "machine learning apps" I think :)

Since these are things like training, finetuning, serving, which are more like workloads than apps

Ray Core natively supports many accelerators as pre-defined :ref:`resource <core-resources>` types and allows tasks and actors to specify their accelerator :ref:`resource requirements <resource-requirements>`.

The accelerators natively supported by Ray Core are:
Expand Down Expand Up @@ -37,7 +37,7 @@ The accelerators natively supported by Ray Core are:
- NPU
- Experimental, supported by the community

Starting Ray Nodes with Accelerators
Starting Ray nodes with accelerators
------------------------------------

By default, Ray sets the quantity of accelerator resources of a node to the physical quantities of accelerators auto detected by Ray.
Expand Down Expand Up @@ -637,4 +637,4 @@ This also lets the multi-node-type autoscaler know that there is demand for that

ray.get(train.remote(1))

See ``ray.util.accelerators`` for available accelerator types.
See :ref:`ray.util.accelerators <accelerator_types>` for available accelerator types.
Loading