mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
6 lines
182 B
Python
6 lines
182 B
Python
from .icl_dataset_reader import DatasetReader
|
|
from .icl_evaluator import *
|
|
from .icl_prompt_template import PromptTemplate
|
|
from .icl_retriever import *
|
|
from .icl_inferencer import *
|