You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a Dask LocalCUDACluster it's easy to tell how well utilized my whole "cluster" of GPUs is.
For multi-node dask clusters where each node has GPUs, it would be great if nvdashboard could work with something like Dask's client.run API to gather the same utilization metrics from all nodes.
The text was updated successfully, but these errors were encountered:
I think this may already be supported by dask-labextension. Not sure if you have tried that already Randy. Please let us know if you are running into issues here and we can take a look 🙂
Did you make any progress with the Dask lab extension @randerzander?
Nvdashboard is just for single node. Dask can show GPU metrics too which should solve your issue. One thing to note is that the lab extension only lists the GPU dashboards under certain conditions at the moment, which is frustrating.
With a Dask LocalCUDACluster it's easy to tell how well utilized my whole "cluster" of GPUs is.
For multi-node dask clusters where each node has GPUs, it would be great if nvdashboard could work with something like Dask's
client.run
API to gather the same utilization metrics from all nodes.The text was updated successfully, but these errors were encountered: