OpenCompass/configs/models/hf_internlm/hf_internlm2_chat_20b.py
Fengzhe Zhou 1d3a26c732
[Doc] quick start swap tabs (#1263)
* [doc] quick start swap tabs

* update docs

* update

* update

* update

* update

* update

* update

* update
2024-07-05 23:51:42 +08:00

13 lines
295 B
Python

from opencompass.models import HuggingFacewithChatTemplate
models = [
dict(
type=HuggingFacewithChatTemplate,
abbr='internlm2-chat-20b-hf',
path='internlm/internlm2-chat-20b',
max_out_len=1024,
batch_size=8,
run_cfg=dict(num_gpus=2),
)
]