Skip to content

Commit

Permalink
[Fix] Fix Qwen 2.5 model config
Browse files Browse the repository at this point in the history
  • Loading branch information
MaiziXiao committed Oct 21, 2024
1 parent 7b1189d commit 94a92e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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),
Expand Down
2 changes: 1 addition & 1 deletion configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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),
Expand Down
2 changes: 1 addition & 1 deletion configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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),
Expand Down

0 comments on commit 94a92e6

Please sign in to comment.