mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 03:09:00 +08:00
[Dashboard] Collecting worker stats in node manager and implement webui display in the backend (#6574)
This commit is contained in:
committed by
Philipp Moritz
parent
c5f141013b
commit
bac6f3b61e
@@ -121,6 +121,7 @@ from ray.worker import (
|
||||
register_custom_serializer,
|
||||
remote,
|
||||
shutdown,
|
||||
show_in_webui,
|
||||
wait,
|
||||
) # noqa: E402
|
||||
import ray.internal # noqa: E402
|
||||
@@ -169,6 +170,7 @@ __all__ = [
|
||||
"register_custom_serializer",
|
||||
"remote",
|
||||
"shutdown",
|
||||
"show_in_webui",
|
||||
"wait",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user