OpenCompass/opencompass/utils/__init__.py
Tong Gao 9058be07b8
[Feature] Simplify entry script (#204)
* [Feature] Simply entry script

* update
2023-08-25 17:36:30 +08:00

13 lines
378 B
Python

from .abbr import * # noqa
from .build import * # noqa
from .collect_env 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 .prompt import * # noqa
from .summarizer import * # noqa
from .text_postprocessors import * # noqa