Skip to content

Commit

Permalink
Merge pull request #68 from matlab-deep-learning/replace-bakllava
Browse files Browse the repository at this point in the history
Replace bakllava by moondream
  • Loading branch information
ccreutzi committed Aug 2, 2024
2 parents ea8874b + 172a4da commit e72cc99
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 e72cc99

Please sign in to comment.