mirror of
https://github.com/wassname/ray.git
synced 2026-08-02 13:01:01 +08:00
[1.0] move placement groups from experimental to util. Note they are still undocumented. (#10554)
* move files * Update __init__.py * remove * Update __init__.py
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import ray.ray_constants as ray_constants
|
||||
import ray._raylet
|
||||
import ray.signature as signature
|
||||
import ray.worker
|
||||
from ray.experimental.placement_group import PlacementGroup, \
|
||||
from ray.util.placement_group import PlacementGroup, \
|
||||
check_placement_group_index
|
||||
|
||||
from ray import ActorClassID, Language
|
||||
|
||||
Reference in New Issue
Block a user