Skip to content

Commit 172a4da

Browse files
committed
Replace bakllava by moondream
moondream is a much smaller vision model and perfectly suitable for the tests we want to run.
1 parent ea8874b commit 172a4da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Pull models
3131
run: |
3232
ollama pull mistral
33-
ollama pull bakllava
33+
ollama pull moondream
3434
OLLAMA_HOST=127.0.0.1:11435 ollama pull qwen2:0.5b
3535
- name: Set up MATLAB
3636
uses: matlab-actions/setup-matlab@v2

tests/tollamaChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function seedFixesResult(testCase)
9999
end
100100

101101
function generateWithImages(testCase)
102-
chat = ollamaChat("bakllava");
102+
chat = ollamaChat("moondream");
103103
image_path = "peppers.png";
104104
emptyMessages = messageHistory;
105105
messages = addUserMessageWithImages(emptyMessages,"What is in the image?",image_path);

0 commit comments

Comments
 (0)