Skip to content

Commit

Permalink
tests: Do not override gradient_accumulation
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 21, 2023
1 parent 416ce2e commit c921954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def cfg(request) -> Generator[DictConfig, None, None]:
"fp16=false",
"total_batch_size=2",
"per_device_batch_size=2",
"gradient_accumulation=1",
"max_steps=2",
"save_total_limit=0",
],
Expand Down

0 comments on commit c921954

Please sign in to comment.