Fix issue #5735: [Bug]: Inconsistent command line arguments in evaluation directory (#5736)

This commit is contained in:
OpenHands
2024-12-21 15:41:39 -05:00
committed by GitHub
parent d646b2089d
commit 21948fa81b
6 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ echo "MODEL_CONFIG: $MODEL_CONFIG"
COMMAND="poetry run python evaluation/benchmarks/scienceagentbench/run_infer.py \
--agent-cls $AGENT \
--llm-config $MODEL_CONFIG \
--use_knowledge $USE_KNOWLEDGE \
--use-knowledge $USE_KNOWLEDGE \
--max-iterations 30 \
--eval-num-workers $NUM_WORKERS \
--eval-note $OPENHANDS_VERSION" \