OpenCompass/opencompass/openicl/__init__.py
Tong Gao 1e44541730
[Enhancement] Test linting in CI and fix existing linting errors (#69)
* [Enhancement] Test linting in CI

* fix linting
2023-07-17 15:59:10 +08:00

6 lines
222 B
Python

from .icl_dataset_reader import DatasetReader # noqa
from .icl_evaluator import * # noqa
from .icl_inferencer import * # noqa
from .icl_prompt_template import PromptTemplate # noqa
from .icl_retriever import * # noqa