From 34bf6a64029b8e30864d8675abb3ac602a463a4a Mon Sep 17 00:00:00 2001 From: Boxuan Li Date: Wed, 2 Apr 2025 21:34:02 -0700 Subject: [PATCH] [Evaluation] Fix run_infer.py path in TAC (#7683) --- evaluation/benchmarks/the_agent_company/scripts/run_infer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/benchmarks/the_agent_company/scripts/run_infer.sh b/evaluation/benchmarks/the_agent_company/scripts/run_infer.sh index 0f8c9370c1..14fbf4035f 100755 --- a/evaluation/benchmarks/the_agent_company/scripts/run_infer.sh +++ b/evaluation/benchmarks/the_agent_company/scripts/run_infer.sh @@ -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\" \