mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
11 lines
298 B
Python
11 lines
298 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from opencompass.configs.datasets.demo.demo_gsm8k_chat_gen import \
|
|
gsm8k_datasets
|
|
from opencompass.configs.models.hf_internlm.lmdeploy_internlm2_5_1_8b_chat import \
|
|
models
|
|
|
|
datasets = gsm8k_datasets
|
|
models = models
|