Skip to content

Commit

Permalink
smaller batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Dec 18, 2023
1 parent 4fb6f2f commit 67f6512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_script_execution(script):
"--pool-size",
"12GB",
"--batch-size",
"32",
"16",
]
runpy.run_path(
tmp_path,
Expand Down

0 comments on commit 67f6512

Please sign in to comment.