Skip to content

Commit c43406b

Browse files
committed
enable_goodput_recording=False
1 parent a779638 commit c43406b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaxText/tests/integration_tests/train_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def test_gpu_cudnn_flash_jax(self):
327327
r"dataset_path=gs://maxtext-dataset",
328328
"steps=2",
329329
"enable_checkpointing=False",
330+
"enable_goodput_recording=False",
330331
"attention=cudnn_flash_jax",
331332
"packing=False",
332333
rf"tokenizer_path={os.path.join(os.path.dirname(PKG_DIR), 'assets', 'tokenizer.llama2')}",

0 commit comments

Comments
 (0)