Skip to content

Commit

Permalink
Note that explicit resource allocation is experimental, fix typos (ra…
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkzinzow authored and Ubuntu committed May 20, 2022
1 parent b267a51 commit 2be6155
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/source/data/key-concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,14 @@ group by default. This can be thought of as Datasets requesting resources from t
margins of the cluster, outside of those ML library placement groups.

Although this is the default behavior, you can force all Datasets workloads to be
schedule without a placement group by specifying a placement group as the global
scheduled within a placement group by specifying a placement group as the global
scheduling strategy for all Datasets tasks/actors, using the global
:class:`DatasetContext <ray.data.DatasetContext>`:
:class:`DatasetContext <ray.data.DatasetContext>`.

.. note::

This is an experimental feature subject to change as we work to improve our
resource allocation model for Datasets.

.. literalinclude:: ./doc_code/key_concepts.py
:language: python
Expand Down

0 comments on commit 2be6155

Please sign in to comment.