OpenCompass/configs/datasets/z_bench/z_bench_gen.py
Leymore c26ecdb1b0
[Feature] Add and apply update suffix tool (#280)
* 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
2023-08-28 17:35:04 +08:00

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