From 94a92e6740cab70e3971a2467a989049cb77ee1a Mon Sep 17 00:00:00 2001 From: MaiziXiao Date: Mon, 21 Oct 2024 08:20:33 +0000 Subject: [PATCH] [Fix] Fix Qwen 2.5 model config --- configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py | 2 +- configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py | 2 +- configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py | 2 +- opencompass/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py | 2 +- opencompass/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py | 2 +- opencompass/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py b/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py index af5a8816a..3680544be 100644 --- a/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py +++ b/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py @@ -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), diff --git a/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py b/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py index f2051f810..3993a113b 100644 --- a/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py +++ b/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py @@ -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), diff --git a/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py b/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py index c7fcf53ca..4ece03b95 100644 --- a/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py +++ b/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py @@ -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), diff --git a/opencompass/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py b/opencompass/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py index af5a8816a..3680544be 100644 --- a/opencompass/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py +++ b/opencompass/configs/models/qwen2_5/hf_qwen2_5_14b_instruct.py @@ -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), diff --git a/opencompass/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py b/opencompass/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py index f2051f810..3993a113b 100644 --- a/opencompass/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py +++ b/opencompass/configs/models/qwen2_5/hf_qwen2_5_32b_instruct.py @@ -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), diff --git a/opencompass/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py b/opencompass/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py index c7fcf53ca..4ece03b95 100644 --- a/opencompass/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py +++ b/opencompass/configs/models/qwen2_5/hf_qwen2_5_72b_instruct.py @@ -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),