mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* Add ToT method * Update ToT * Update ToT * Update ToT * Update ToT * Update ToT * Update ToT * Update ToT * Update chain_of_thought.md * Update icl_tot_inferencer.py --------- Co-authored-by: liuhongwei <liuhongwei@pjlab.org.cn>
7 lines
324 B
Python
7 lines
324 B
Python
from .icl_base_inferencer import BaseInferencer # noqa
|
|
from .icl_clp_inferencer import CLPInferencer # noqa
|
|
from .icl_gen_inferencer import GenInferencer # noqa
|
|
from .icl_ppl_inferencer import PPLInferencer # noqa
|
|
from .icl_sc_inferencer import SCInferencer # noqa
|
|
from .icl_tot_inferencer import ToTInferencer # noqa
|