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 }