chore: Add num_ctx and sleep to run_test_threaded.gather arguments

This commit is contained in:
Paul Gauthier 2025-04-17 20:08:57 -07:00 committed by Paul Gauthier (aider)
parent 05eaf82b36
commit 622bf349c5

View file

@ -388,6 +388,8 @@ def main(
replay,
editor_model,
editor_edit_format,
num_ctx,
sleep,
reasoning_effort,
)
all_results = run_test_threaded.gather(tqdm=True)