From 9fb2a0d2c8295f05fbd9e03dcc89f9de68c2cdc3 Mon Sep 17 00:00:00 2001 From: sora <2075279110@qq.com> Date: Thu, 6 Aug 2026 02:47:24 +0000 Subject: [PATCH] config: increase terminal_bench_v2_1 timeout_multiplier and max_turns --- config/dpv4-int8_nothinking.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config/dpv4-int8_nothinking.yaml b/config/dpv4-int8_nothinking.yaml index d8998c8..3e4ee8d 100644 --- a/config/dpv4-int8_nothinking.yaml +++ b/config/dpv4-int8_nothinking.yaml @@ -202,4 +202,14 @@ swe_bench_pro: temperature: 0.0 top_p: 1.0 stream: true - max_tokens: 32768 \ No newline at end of file + max_tokens: 32768 +terminal_bench_v2_1: + generation_config: + temperature: 0.0 + top_p: 1.0 + stream: true + max_tokens: 8192 + dataset_args: + extra_params: + timeout_multiplier: 2.0 + max_turns: 500 \ No newline at end of file