Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions checkpoint/orbax/checkpoint/_src/multihost/multislice.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def get_device_memory() -> int:
'NVIDIA H100 80GB HBM3': int(80e9),
'NVIDIA H200': int(144e9),
'NVIDIA B200': int(183e9),
'NVIDIA B300 SXM6 AC': int(275e9)
}
memory = hbm_memory.get(device.device_kind, None)
if memory is None:
Expand Down
Loading