Skip to content

Commit

Permalink
disable cloud logger in test-maxtext.sh (#1163)
Browse files Browse the repository at this point in the history
`enable_checkpoint_cloud_logger=true` is causing the pipelines to break.
Turned off the argument in `test-maxtext.sh`
  • Loading branch information
kocchop authored Nov 21, 2024
1 parent 7dcf372 commit 707a842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/container/test-maxtext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ if [ -z "$DECODER_BLOCK" ]; then
hardware=${HARDWARE} \
enable_goodput_recording=false \
monitor_goodput=false \
enable_checkpoint_cloud_logger=false \
dcn_fsdp_parallelism=${dcn_FSDP} \
ici_fsdp_parallelism=${ici_FSDP} \
ici_data_parallelism=${ici_DP} \
Expand All @@ -284,6 +285,7 @@ else
head_dim=128 \
logits_via_embedding=true \
enable_checkpointing=false \
enable_checkpoint_cloud_logger=false \
base_output_directory=${OUTPUT} \
dataset_path=local \
dataset_type=synthetic \
Expand Down

0 comments on commit 707a842

Please sign in to comment.