rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
588 stars 77 forks source link

Customising Dashboard #181

Open fabiosanger opened 7 months ago

fabiosanger commented 7 months ago

How could I customise the dashboard? How can i change the refresh rate? pynvml supports MIG, but I would like to display the only active GPU-slice and scale the memory to the correct value.

jacobtomlinson commented 6 months ago

How could I customise the dashboard?

What kind of customisation options would you like to see?

How can i change the refresh rate?

This should be resolved in #182.

pynvml supports MIG, but I would like to display the only active GPU-slice and scale the memory to the correct value.

Currently the dashboard does not support MIG. I've opened #184 to track this.