Skip to content

Commit

Permalink
now it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLennonLiu committed Aug 24, 2023
1 parent d694c59 commit b9781c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencompass/openicl/icl_inferencer/cot_inferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def inference(self,
sc_thoughts.append(thoughts)
sc_results.append(results)
sc_prediction = list(map(list, zip(*sc_results)))
# sc_thoughts = list(map(list, zip(*sc_thoughts)))
sc_thoughts = list(map(list, zip(*sc_thoughts)))
generated = sc_prediction

# 5-3. Save current output
Expand Down

0 comments on commit b9781c3

Please sign in to comment.