Skip to content

Commit d5a67fe

Browse files
committed
minor fix
1 parent 672e16e commit d5a67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastchat/serve/monitor/classify/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_answer(
6565
for uid in uid_to_row:
6666
output = outputs[uid]
6767
TASK_COMPLETIONS[uid].add(category.name_tag)
68-
TASK_TRACKER[uid][category.name_tag] = category.post_process(output)
68+
TASK_TRACKER[uid][category.name_tag] = output
6969

7070
row = uid_to_row[uid]
7171
if TASK_COMPLETIONS[uid] == row["required_tasks"]:

0 commit comments

Comments
 (0)