Skip to content

Commit

Permalink
reduce number of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Oct 30, 2024
1 parent 4924072 commit 4e64549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/multigpu/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def test_8bit_lora_ds_zero3(self, temp_dir):
},
],
"num_epochs": 1,
"max_steps": 50,
"max_steps": 15,
"micro_batch_size": 4,
"gradient_accumulation_steps": 4,
"output_dir": temp_dir,
Expand Down

0 comments on commit 4e64549

Please sign in to comment.