We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8be563 + 1582436 commit 7249840Copy full SHA for 7249840
1 file changed
src/maxtext/utils/model_creation_utils.py
@@ -790,6 +790,8 @@ def from_pretrained(
790
"skip_jax_distributed_system=True",
791
"--lazy_load_tensors=True",
792
f"--simulated_cpu_devices_count={simulated_cpu_devices_count}",
793
+ f"checkpoint_storage_use_ocdbt={config.checkpoint_storage_use_ocdbt}",
794
+ f"checkpoint_storage_use_zarr3={config.checkpoint_storage_use_zarr3}",
795
]
796
797
try:
0 commit comments