mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 19:49:04 +08:00
Python api of placement group (#9243)
This commit is contained in:
@@ -69,6 +69,7 @@ from ray._raylet import (
|
||||
TaskID,
|
||||
UniqueID,
|
||||
Language,
|
||||
PlacementGroupID,
|
||||
) # noqa: E402
|
||||
|
||||
_config = _Config()
|
||||
@@ -170,4 +171,5 @@ __all__ += [
|
||||
"ObjectRef",
|
||||
"TaskID",
|
||||
"UniqueID",
|
||||
"PlacementGroupID",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user