Skip to content

Commit

Permalink
fix EOF error
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
  • Loading branch information
XuehaoSun committed Oct 17, 2024
1 parent b3bea7f commit 33d49e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function run_evaluation {
--eval-image-folder ${eval-image-folder} \
--eval-annotation-file ${eval-annotation-file} \
--eval-result-file ${eval-result-file} \
--trust_remote_code \
--trust_remote_code
}

main "$@"

0 comments on commit 33d49e1

Please sign in to comment.