mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
[Dashboard] CPU/GPU usage details in actor pane (#11269)
This commit is contained in:
@@ -24,6 +24,7 @@ class ReportHead(dashboard_utils.DashboardHeadModule):
|
||||
def __init__(self, dashboard_head):
|
||||
super().__init__(dashboard_head)
|
||||
self._stubs = {}
|
||||
self._ray_config = None
|
||||
DataSource.agents.signal.append(self._update_stubs)
|
||||
|
||||
async def _update_stubs(self, change):
|
||||
|
||||
Reference in New Issue
Block a user