Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 8cb658d

Browse files
authored
Switch to qwen2.5-coder:1.5b (#1013)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 6938347 commit 8cb658d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
function check_model_ready() {
146146
response=$(curl -s http://localhost:11434/api/generate -d '{
147-
"model": "qwen2.5-coder:0.5b",
147+
"model": "qwen2.5-coder:1.5b",
148148
"prompt": "Hello",
149149
"stream": false
150150
}' 2>&1)
@@ -187,7 +187,7 @@ jobs:
187187
fi
188188
189189
echo "Starting model download/initialization..."
190-
docker exec -d ollama ollama run qwen2.5-coder:0.5b
190+
docker exec -d ollama ollama run qwen2.5-coder:1.5b
191191
192192
# Monitor container and model status
193193
monitor_count=0

tests/integration/ollama/testcases.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ testcases:
2020
"role":"user"
2121
}
2222
],
23-
"model":"qwen2.5-coder:0.5b",
23+
"model":"qwen2.5-coder:1.5b",
2424
"stream":true,
2525
"temperature":0
2626
}
@@ -34,7 +34,7 @@ testcases:
3434
data: |
3535
{
3636
"stream": true,
37-
"model": "qwen2.5-coder:0.5b",
37+
"model": "qwen2.5-coder:1.5b",
3838
"raw": true,
3939
"options": {
4040
"temperature": 0,
@@ -77,7 +77,7 @@ testcases:
7777
"role":"user"
7878
}
7979
],
80-
"model":"qwen2.5-coder:0.5b",
80+
"model":"qwen2.5-coder:1.5b",
8181
"stream":true,
8282
"temperature":0
8383
}
@@ -101,7 +101,7 @@ testcases:
101101
"role":"user"
102102
}
103103
],
104-
"model":"qwen2.5-coder:0.5b",
104+
"model":"qwen2.5-coder:1.5b",
105105
"stream":true,
106106
"temperature":0
107107
}

0 commit comments

Comments
 (0)