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

* add and apply update suffix tool * add dataset suffix updater as precommit hook * update workflow * update scripts * update ci * update * ci with py3.8 * run in serial * update bbh * use py 3.10 * update pre commit zh cn
5 lines
130 B
Python
5 lines
130 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .z_bench_gen_52ba2f import z_bench_datasets # noqa: F401, F403
|