From 9059fb84d1188c02edeac4995361656a2fdecbef Mon Sep 17 00:00:00 2001 From: Terry Zhuo Date: Mon, 24 Feb 2025 00:48:39 +0800 Subject: [PATCH] remove check_gt_only flag --- run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 6242abd..8bfcdd7 100755 --- a/run.sh +++ b/run.sh @@ -10,5 +10,4 @@ bigcodebench.evaluate \ --model $MODEL \ --split $SPLIT \ --subset $SUBSET \ - --backend $BACKEND \ - --check_gt_only \ No newline at end of file + --backend $BACKEND \ No newline at end of file