File tree Expand file tree Collapse file tree
tests/end_to_end/tpu/gemma3/4b Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ python3 -m maxtext.checkpoint_conversion.to_maxtext \
3939 scan_layers=false \
4040 hardware=cpu skip_jax_distributed_system=True \
4141 checkpoint_storage_use_zarr3=False checkpoint_storage_use_ocdbt=False \
42+ --lazy_load_tensors=False \
4243 --eager_load_method=' transformers'
4344
4445UNSCANNED_CKPT_PATH=${BASE_OUTPUT_DIRECTORY} /unscanned/${run_id} /0/items
@@ -52,6 +53,7 @@ python3 -m maxtext.checkpoint_conversion.to_maxtext \
5253 scan_layers=true \
5354 hardware=cpu skip_jax_distributed_system=True \
5455 checkpoint_storage_use_zarr3=False checkpoint_storage_use_ocdbt=False \
56+ --lazy_load_tensors=False \
5557 --eager_load_method=' transformers'
5658
5759SCANNED_CKPT_PATH=${BASE_OUTPUT_DIRECTORY} /scanned/${run_id} /0/items
You can’t perform that action at this time.
0 commit comments