Skip to content

Commit ffbcc9d

Browse files
danielholandajimoosciuc
authored andcommitted
Basic Cleanup (sgl-project#4833)
1 parent f76444b commit ffbcc9d

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)