mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
5 lines
186 B
Python
5 lines
186 B
Python
from .icl_base_inferencer import BaseInferencer
|
|
from .icl_gen_inferencer import GenInferencer
|
|
from .icl_ppl_inferencer import PPLInferencer
|
|
from .icl_clp_inferencer import CLPInferencer
|