Skip to content

Commit f1c4abc

Browse files
committed
update
1 parent c55505e commit f1c4abc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

autotest/all/chat_obj_fullbench_v2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# Infer with dict(round=...) meta_template; list meta (raw_template_models)
66
# breaks GenInferencer + API parse_template on rawprompt datasets.
77
from autotest.all.config import common_infer as infer # noqa: F401, E501
8-
from autotest.all.config import models # noqa: F401, E501
8+
from autotest.all.config import \
9+
raw_template_models as models # noqa: F401, E501
910
from opencompass.configs.chatml_datasets.AMO_Bench.AMO_Bench_gen import \
1011
datasets as AMO_Bench_chatml # noqa: F401, E501
1112
from opencompass.configs.chatml_datasets.C_MHChem.C_MHChem_gen import \

0 commit comments

Comments
 (0)