mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] Qwen 2.5 model config (#1626)
* [Fix] Fix Qwen 2.5 model config * [Fix] Fix Qwen 2.5 model config * [Fix] Fix Qwen 2.5 model config
This commit is contained in:
parent
1188e1ecf0
commit
096c347e7d
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-14b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-14B-Instruc',
|
||||
path='Qwen/Qwen2.5-14B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=2),
|
||||
|
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-32b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-32B-Instruc',
|
||||
path='Qwen/Qwen2.5-32B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=2),
|
||||
|
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-72b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-72B-Instruc',
|
||||
path='Qwen/Qwen2.5-72B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=4),
|
||||
|
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-7b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-7B-Instruc',
|
||||
path='Qwen/Qwen2.5-7B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=1),
|
||||
|
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-14b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-14B-Instruc',
|
||||
path='Qwen/Qwen2.5-14B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=2),
|
||||
|
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-32b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-32B-Instruc',
|
||||
path='Qwen/Qwen2.5-32B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=2),
|
||||
|
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-72b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-72B-Instruc',
|
||||
path='Qwen/Qwen2.5-72B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=4),
|
||||
|
@ -4,7 +4,7 @@ models = [
|
||||
dict(
|
||||
type=HuggingFacewithChatTemplate,
|
||||
abbr='qwen2.5-7b-instruct-hf',
|
||||
path='Qwen/Qwen2.5-7B-Instruc',
|
||||
path='Qwen/Qwen2.5-7B-Instruct',
|
||||
max_out_len=4096,
|
||||
batch_size=8,
|
||||
run_cfg=dict(num_gpus=1),
|
||||
|
Loading…
Reference in New Issue
Block a user