Skip to content

Commit

Permalink
fix eval_infer.sh to correctly copy SWE-Bench logs (#4111)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww authored Sep 29, 2024
1 parent d5f965b commit 8d6eda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/swe_bench/scripts/eval_infer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [ -z "$INSTANCE_ID" ]; then
rm -rf $RESULT_OUTPUT_DIR/eval_outputs
fi

mv run_instance_logs/$RUN_ID/$MODEL_NAME_OR_PATH $RESULT_OUTPUT_DIR
mv logs/run_evaluation/$RUN_ID/$MODEL_NAME_OR_PATH $RESULT_OUTPUT_DIR
mv $RESULT_OUTPUT_DIR/$MODEL_NAME_OR_PATH $RESULT_OUTPUT_DIR/eval_outputs
echo "RUN_ID: $RUN_ID" > $RESULT_OUTPUT_DIR/run_id.txt

Expand Down

0 comments on commit 8d6eda3

Please sign in to comment.