Skip to content

Commit 3ca3bf2

Browse files
mridul-sahuOrbax Authors
authored andcommitted
Update internally to reflect #2597
PiperOrigin-RevId: 833832607
1 parent 1f5536e commit 3ca3bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checkpoint/orbax/checkpoint/_src/multihost/multislice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def get_device_memory() -> int:
156156
'NVIDIA H100 80GB HBM3': int(80e9),
157157
'NVIDIA H200': int(144e9),
158158
'NVIDIA B200': int(183e9),
159+
'NVIDIA B300 SXM6 AC': int(275e9),
159160
}
160161
memory = hbm_memory.get(device.device_kind, None)
161162
if memory is None:

0 commit comments

Comments
 (0)