From 622bf349c50a679b66285457b250582c18533713 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 17 Apr 2025 20:08:57 -0700 Subject: [PATCH] chore: Add num_ctx and sleep to run_test_threaded.gather arguments --- benchmark/benchmark.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 18799cdf2..71d3cec3e 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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)