update max iter

This commit is contained in:
Xingyao Wang
2024-05-28 22:20:12 +08:00
parent 368f0b9434
commit e699f21f19

View File

@@ -32,7 +32,7 @@ unset SANDBOX_ENV_GITHUB_TOKEN # prevent the agent from using the github token t
COMMAND="poetry run python evaluation/swe_bench/run_infer.py \
--agent-cls $AGENT \
--llm-config $MODEL_CONFIG \
--max-iterations 50 \
--max-iterations 30 \
--max-chars 10000000 \
--eval-num-workers 8 \
--eval-note $EVAL_NOTE"