mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 14:46:46 +08:00
Change actor.__ray_kill__() to ray.kill(actor) (#7360)
This commit is contained in:
@@ -83,6 +83,7 @@ from ray.worker import (
|
||||
init,
|
||||
is_initialized,
|
||||
put,
|
||||
kill,
|
||||
register_custom_serializer,
|
||||
remote,
|
||||
shutdown,
|
||||
@@ -135,6 +136,7 @@ __all__ = [
|
||||
"profile",
|
||||
"projects",
|
||||
"put",
|
||||
"kill",
|
||||
"register_custom_serializer",
|
||||
"remote",
|
||||
"shutdown",
|
||||
|
||||
Reference in New Issue
Block a user