Skip to content

Commit 0d1bbad

Browse files
Update hpu_intermediate.rst
1 parent f504ff0 commit 0d1bbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/accelerators/hpu_intermediate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Enabling DeviceStatsMonitor with HPUs
7373
----------------------------------------
7474

7575
: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:
7777

7878
- **Limit**: amount of total memory on HPU device.
7979
- **InUse**: amount of allocated memory at any instance.

0 commit comments

Comments
 (0)