Skip to content

Commit b85897f

Browse files
authored
chore: SWE-Bench related changes
1 parent 430f6d3 commit b85897f

File tree

10 files changed

+1007
-78
lines changed

10 files changed

+1007
-78
lines changed

dev/swebench/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def get_config(
155155
if model.trainable and model.config.xml_function_calling:
156156
completion_kwargs["stop"] = "</function>"
157157
completion_kwargs["include_stop_str_in_output"] = True
158-
completion_kwargs["timeout"] = 60.0 * 10
158+
completion_kwargs["timeout"] = 60.0 * 30
159159
completion_kwargs["metadata"] = {
160160
"trace_id": langfuse_context.get_current_trace_id(),
161161
"parent_observation_id": langfuse_context.get_current_observation_id(),

0 commit comments

Comments
 (0)