From 8617d73292591df1961604c33ac4068e5f53644e Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Tue, 11 Feb 2025 13:52:01 +0200 Subject: [PATCH] Switch to qwen2.5-coder:1.5b Signed-off-by: Radoslav Dimitrov --- .github/workflows/integration-tests.yml | 4 ++-- tests/integration/ollama/testcases.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 5b9777f2..a7a5fbc2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -144,7 +144,7 @@ jobs: run: | function check_model_ready() { response=$(curl -s http://localhost:11434/api/generate -d '{ - "model": "qwen2.5-coder:0.5b", + "model": "qwen2.5-coder:1.5b", "prompt": "Hello", "stream": false }' 2>&1) @@ -187,7 +187,7 @@ jobs: fi echo "Starting model download/initialization..." - docker exec -d ollama ollama run qwen2.5-coder:0.5b + docker exec -d ollama ollama run qwen2.5-coder:1.5b # Monitor container and model status monitor_count=0 diff --git a/tests/integration/ollama/testcases.yaml b/tests/integration/ollama/testcases.yaml index 4558aabf..38c8ba7a 100644 --- a/tests/integration/ollama/testcases.yaml +++ b/tests/integration/ollama/testcases.yaml @@ -20,7 +20,7 @@ testcases: "role":"user" } ], - "model":"qwen2.5-coder:0.5b", + "model":"qwen2.5-coder:1.5b", "stream":true, "temperature":0 } @@ -34,7 +34,7 @@ testcases: data: | { "stream": true, - "model": "qwen2.5-coder:0.5b", + "model": "qwen2.5-coder:1.5b", "raw": true, "options": { "temperature": 0, @@ -77,7 +77,7 @@ testcases: "role":"user" } ], - "model":"qwen2.5-coder:0.5b", + "model":"qwen2.5-coder:1.5b", "stream":true, "temperature":0 } @@ -101,7 +101,7 @@ testcases: "role":"user" } ], - "model":"qwen2.5-coder:0.5b", + "model":"qwen2.5-coder:1.5b", "stream":true, "temperature":0 }