Skip to content

Commit fbc5f2c

Browse files
authored
Update eval.py
1 parent 7b76aa6 commit fbc5f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SEED-Bench-2/eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def run_inference(model, qa_anno, output_dir):
128128
if 'questions' in qa_anno.keys():
129129
qa_anno = qa_anno['questions']
130130
qa_anno = filter_questions(qa_anno, args.evaluate_level, args.evaluate_part, args.evaluate_version)
131-
pdb.set_trace()
131+
# pdb.set_trace()
132132

133133
if not os.path.exists(args.output_dir):
134134
os.mkdir(args.output_dir)

0 commit comments

Comments
 (0)