We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5536e commit 3ca3bf2Copy full SHA for 3ca3bf2
checkpoint/orbax/checkpoint/_src/multihost/multislice.py
@@ -156,6 +156,7 @@ def get_device_memory() -> int:
156
'NVIDIA H100 80GB HBM3': int(80e9),
157
'NVIDIA H200': int(144e9),
158
'NVIDIA B200': int(183e9),
159
+ 'NVIDIA B300 SXM6 AC': int(275e9),
160
}
161
memory = hbm_memory.get(device.device_kind, None)
162
if memory is None:
0 commit comments