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

* add InfiniteBench * add InfiniteBench --------- Co-authored-by: wangchonghua <wangchonghua@pjlab.org.cn>
14 lines
734 B
Python
14 lines
734 B
Python
from .infinitebench_codedebug import * # noqa: F401, F403
|
|
from .infinitebench_coderun import * # noqa: F401, F403
|
|
from .infinitebench_endia import * # noqa: F401, F403
|
|
from .infinitebench_enmc import * # noqa: F401, F403
|
|
from .infinitebench_enqa import * # noqa: F401, F403
|
|
from .infinitebench_ensum import * # noqa: F401, F403
|
|
from .infinitebench_mathcalc import * # noqa: F401, F403
|
|
from .infinitebench_mathfind import * # noqa: F401, F403
|
|
from .infinitebench_retrievekv import * # noqa: F401, F403
|
|
from .infinitebench_retrievenumber import * # noqa: F401, F403
|
|
from .infinitebench_retrievepasskey import * # noqa: F401, F403
|
|
from .infinitebench_zhqa import * # noqa: F401, F403
|
|
from .utils import * # noqa: F401, F403
|