Skip to content

Commit 79b3896

Browse files
authored
Merge pull request #2597 from keshavb96/b300_mem_key
add memory key for B300
2 parents 1f5536e + be5a3d0 commit 79b3896

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)