Skip to content

Commit

Permalink
fix: qwen2.5 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang authored Sep 24, 2024
1 parent 73938a1 commit e23f84d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
dtype: half
extra_labels:
openllm_alias: 0.5b,0.5b-instruct
model_name: Qwen/Qwen2-0.5B-Instruct
model_name: Qwen/Qwen2.5-0.5B-Instruct
'qwen2.5:1.5b-instruct-fp16':
project: vllm-chat
service_config:
Expand All @@ -492,7 +492,7 @@
gpu: 1
gpu_type: nvidia-rtx-3060
engine_config:
model: Qwen/Qwen2-1.5B-Instruct
model: Qwen/Qwen2.5-1.5B-Instruct
max_model_len: 2048
dtype: half
extra_labels:
Expand All @@ -508,7 +508,7 @@
gpu: 1
gpu_type: nvidia-rtx-3060
engine_config:
model: Qwen/Qwen2-3B-Instruct
model: Qwen/Qwen2.5-3B-Instruct
max_model_len: 2048
dtype: half
extra_labels:
Expand Down

0 comments on commit e23f84d

Please sign in to comment.