Skip to content

Commit 15e0c52

Browse files
authored
default to not use hint for eval (OpenHands#2696)
1 parent 4b1cc56 commit 15e0c52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

evaluation/swe_bench/scripts/run_infer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ echo "AGENT: $AGENT"
3232
echo "AGENT_VERSION: $AGENT_VERSION"
3333
echo "MODEL_CONFIG: $MODEL_CONFIG"
3434

35-
# Default to use Hint
35+
# Default to NOT use Hint
3636
if [ -z "$USE_HINT_TEXT" ]; then
37-
export USE_HINT_TEXT=true
37+
export USE_HINT_TEXT=false
3838
fi
3939
echo "USE_HINT_TEXT: $USE_HINT_TEXT"
4040
EVAL_NOTE="$AGENT_VERSION"

0 commit comments

Comments
 (0)