[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:
Linchen Xiao 2024-10-21 16:58:18 +08:00 committed by GitHub
parent 1188e1ecf0
commit 096c347e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),