[Evaluation] Fix run_infer.py path in TAC (#7683)

This commit is contained in:
Boxuan Li 2025-04-02 21:34:02 -07:00 committed by GitHub
parent 5deb47aacc
commit 34bf6a6402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ while IFS= read -r task_image; do
docker pull $task_image
# Build the Python command
COMMAND="poetry run python run_infer.py \
COMMAND="poetry run python -m evaluation.benchmarks.the_agent_company.run_infer \
--agent-llm-config \"$AGENT_LLM_CONFIG\" \
--env-llm-config \"$ENV_LLM_CONFIG\" \
--outputs-path \"$OUTPUTS_PATH\" \