We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09309ff + 2537d0c commit 4e44e06Copy full SHA for 4e44e06
1 file changed
tests/integration/gradient_accumulation_test.py
@@ -62,6 +62,7 @@ def test_grad_accumulate_same_loss(self):
62
get_test_config_path(),
63
f"base_output_directory={self.base_output_directory}",
64
f"dataset_path={self.dataset_path}",
65
+ "dataset_type=synthetic",
66
"gradient_clipping_threshold=0", # Ensures we are testing raw scales of gradients (clipping off)
67
"enable_checkpointing=False",
68
"enable_goodput_recording=False",
0 commit comments