Skip to content

Commit 945c9d5

Browse files
committed
Update mars.py
1 parent 757a806 commit 945c9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optillm/mars/mars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'consensus_threshold': 2, # Keep at 2 for 3-agent setup
2424
'min_verified_solutions': 1, # Keep minimal requirement
2525
'max_tokens': 64000, # Base token budget
26-
'max_verification_attempts': 10,
26+
'max_verification_attempts': 3,
2727
'early_termination': True,
2828
'use_reasoning_api': True,
2929
# Token budget proportions

0 commit comments

Comments
 (0)