mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
8 lines
239 B
Python
8 lines
239 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from opencompass.configs.datasets.dingo.dingo_gen import datasets
|
|
from opencompass.configs.models.hf_internlm.hf_internlm_7b import models
|
|
|
|
work_dir = './outputs/eval_dingo'
|