Skip to content

Commit

Permalink
Replace bakllava by moondream
Browse files Browse the repository at this point in the history
moondream is a much smaller vision model and perfectly suitable for the tests we want to run.
  • Loading branch information
ccreutzi committed Aug 2, 2024
1 parent ea8874b commit 172a4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Pull models
run: |
ollama pull mistral
ollama pull bakllava
ollama pull moondream
OLLAMA_HOST=127.0.0.1:11435 ollama pull qwen2:0.5b
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
Expand Down
2 changes: 1 addition & 1 deletion tests/tollamaChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function seedFixesResult(testCase)
end

function generateWithImages(testCase)
chat = ollamaChat("bakllava");
chat = ollamaChat("moondream");
image_path = "peppers.png";
emptyMessages = messageHistory;
messages = addUserMessageWithImages(emptyMessages,"What is in the image?",image_path);
Expand Down

0 comments on commit 172a4da

Please sign in to comment.