"src/include/migraph/operators.hpp" did not exist on "cbf4c8d64e274bc92b54dc2b6f6527266b0e5635"
Commit ceaa7ad3 authored by ingyuseong's avatar ingyuseong
Browse files

Fix typo

parent 16451834
...@@ -18,6 +18,7 @@ import numpy as np ...@@ -18,6 +18,7 @@ import numpy as np
from lm_eval.base import Task, MultipleChoiceTask, rf from lm_eval.base import Task, MultipleChoiceTask, rf
from lm_eval.metrics import macro_f1_score, mean, matthews_corrcoef, f1_score, yesno from lm_eval.metrics import macro_f1_score, mean, matthews_corrcoef, f1_score, yesno
from lm_eval.utils import general_detokenize from lm_eval.utils import general_detokenize
from functools import partial
_CITATION = """ _CITATION = """
@misc{park2021klue, @misc{park2021klue,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment