Fix missing 'fi' statement in GAIA benchmark scripts/run_infer.sh (#7465)

This commit is contained in:
Zach 2025-03-25 00:04:25 +08:00 committed by GitHub
parent 8b68d086f0
commit 0b3d15a4d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ fi
if [ -n "$AGENT_CONFIG" ]; then
echo "AGENT_CONFIG: $AGENT_CONFIG"
COMMAND="$COMMAND --agent-config $AGENT_CONFIG"
fi
# Run the command
eval $COMMAND