OpenCompass/opencompass/utils/__init__.py
liushz 00fc8da5be
[Feature] Add model postprocess function (#1484)
* Add model postprocess function

* Add model postprocess function

* Add model postprocess function

* Add model postprocess function

* Add model postprocess function

* Add model postprocess function

* Add model postprocess function

* Add model postprocess function

---------

Co-authored-by: liushz <liuhongwei@pjlab.rog.cn>
2024-09-05 21:10:29 +08:00

15 lines
453 B
Python

from .abbr import * # noqa
from .auxiliary import * # noqa
from .build import * # noqa
from .collect_env import * # noqa
from .datasets import * # noqa
from .dependency import * # noqa
from .file import * # noqa
from .fileio import * # noqa
from .lark import * # noqa
from .logging import * # noqa
from .menu import * # noqa
from .model_postprocessors import * # noqa
from .prompt import * # noqa
from .text_postprocessors import * # noqa