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

* [Feature] Support import configs/models/summarizers from whl * Update LCBench configs * Update * Update * Update * Update * update * Update * Update * Update * Update * Update
8 lines
228 B
Python
8 lines
228 B
Python
from mmengine import read_base
|
|
|
|
with read_base():
|
|
from ..math.math_0shot_gen_393424 import math_datasets
|
|
|
|
math_datasets[0]['abbr'] = 'demo_' + math_datasets[0]['abbr']
|
|
math_datasets[0]['reader_cfg']['test_range'] = '[0:64]'
|