Skip to content

Commit 140bb7b

Browse files
committed
fix typo in qwen2.5 models
1 parent 48286d3 commit 140bb7b

File tree

5 files changed

+25
-24
lines changed

5 files changed

+25
-24
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Qwen2.5 72B-Instruct
3+
version: 1.0.1
4+
models:
5+
- name: Qwen2.5 72B-Instruct
6+
provider: sambanova
7+
model: Qwen2.5-72B-Instruct
8+
roles:
9+
- chat
10+
- edit
11+
- apply
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Qwen2.5 Coder-32B-Instruct
3+
version: 1.0.1
4+
models:
5+
- name: Qwen2.5 Coder-32B-Instruct
6+
provider: sambanova
7+
model: Qwen2.5-Coder-32B-Instruct
8+
roles:
9+
- chat
10+
- edit
11+
- apply
12+
- autocomplete

blocks/public/qwen2.5-coder-72b-instruct.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

blocks/public/qwen2.5-coder-coder-32b-instruct.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

gen-blocks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"Meta-Llama-3.3": {
3737
"70B-Instruct": ["chat", "edit", "apply"]
3838
},
39-
"Qwen2.5-Coder": {
40-
"Coder-32B-Instruct": ["chat", "edit", "apply"],
39+
"Qwen2.5": {
40+
"Coder-32B-Instruct": ["chat", "edit", "apply", "autocomplete"],
4141
"72B-Instruct": ["chat", "edit", "apply"]
4242
},
4343
"QwQ": {

0 commit comments

Comments
 (0)