mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Change misleading documentation from the placement group (#18257)
* Modify a doc * completed
This commit is contained in:
parent
60f84fa051
commit
9b9eae1e86
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ Let's create a placement group. Recall that each bundle is a collection of resou
|
|||
|
||||
.. note::
|
||||
|
||||
When using placement groups, users should ensure that their placement groups are ready (by calling ``ray.get(pg.ready())``)
|
||||
When using placement groups, it is recommended to verify that their placement groups are ready (by calling ``ray.get(pg.ready())``)
|
||||
and have the proper resources. Ray assumes that the placement group will be properly created and does *not*
|
||||
print a warning about infeasible tasks.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue