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
Copy file name to clipboardExpand all lines: docs/source-pytorch/accelerators/hpu_intermediate.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Enabling DeviceStatsMonitor with HPUs
73
73
----------------------------------------
74
74
75
75
:class:`~pytorch_lightning.callbacks.device_stats_monitor.DeviceStatsMonitor` is a callback that automatically monitors and logs device stats during the training stage.
76
-
This callback can be passed for training with HPUs. It returns a map of the following metrics with their values:
76
+
This callback can be passed for training with HPUs. It returns a map of the following metrics with their values in bytes of type uint64:
77
77
78
78
- **Limit**: amount of total memory on HPU device.
79
79
- **InUse**: amount of allocated memory at any instance.
0 commit comments