"test/nni_test/nnitest/remote_docker.py" did not exist on "263498de92ae6a070e94a757175e34d00afcf7d3"
hf_internlm2_base_20b.py 282 Bytes
Newer Older
1
from opencompass.models import HuggingFaceBaseModel
2
3
4
5


models = [
    dict(
6
        type=HuggingFaceBaseModel,
7
        abbr='internlm2-base-20b-hf',
8
        path='internlm/internlm2-base-20b',
9
        max_out_len=1024,
10
        batch_size=8,
11
        run_cfg=dict(num_gpus=2),
12
13
    )
]