Skip to content

Commit f361f4b

Browse files
authored
fix: Fix test_checkpoiting.sh (GoogleCloudPlatform#1272)
Update `maxtext_checkpointing` since AI-Hypercomputer/maxtext#3940 removed the `COLLECT_STACK_TRACE=${4}` in `tests/end_to_end/test_checkpointing.sh`
1 parent 0b83215 commit f361f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/multipod/maxtext_checkpointing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
command = (
5959
"bash tests/end_to_end/test_checkpointing.sh "
6060
f" {run_name} {base_output_directory} {dataset_path}"
61-
f" true tfds autoselected {async_checkpointing}",
61+
f" tfds autoselected {async_checkpointing}",
6262
)
6363
maxtext_v4_configs_test = gke_config.get_gke_config(
6464
num_slices=1,

0 commit comments

Comments
 (0)