Skip to content

Commit 98a2cfa

Browse files
Basic Cleanup (#4833)
1 parent 2a882e8 commit 98a2cfa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

benchmark/gsm8k/bench_sglang.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ def few_shot_gsm8k(s, question):
9797
for i in range(len(states)):
9898
preds.append(get_answer_value(states[i]["answer"]))
9999

100-
# print(f"{preds=}")
101-
# print(f"{labels=}")
102-
103100
# Compute accuracy
104101
acc = np.mean(np.array(preds) == np.array(labels))
105102
invalid = np.mean(np.array(preds) == INVALID)

0 commit comments

Comments
 (0)