[Doc] Fix placement group doc (#12875)

This commit is contained in:
SangBin Cho
2020-12-15 10:36:51 -08:00
committed by GitHub
parent 261b2f9053
commit de7848231c
-1
View File
@@ -124,7 +124,6 @@ Let's create a placement group. Recall that each bundle is a collection of resou
- "CPU" will correspond with `num_cpus` as used in `ray.remote`
- "GPU" will correspond with `num_gpus` as used in `ray.remote`
- "MEM" will correspond with `memory` as used in `ray.remote`
- Other resources will correspond with `resources` as used in `ray.remote`.
Once the placement group reserves resources, original resources are unavailable until the placement group is removed. For example: