We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8874b commit 172a4daCopy full SHA for 172a4da
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Pull models
31
run: |
32
ollama pull mistral
33
- ollama pull bakllava
+ ollama pull moondream
34
OLLAMA_HOST=127.0.0.1:11435 ollama pull qwen2:0.5b
35
- name: Set up MATLAB
36
uses: matlab-actions/setup-matlab@v2
tests/tollamaChat.m
@@ -99,7 +99,7 @@ function seedFixesResult(testCase)
99
end
100
101
function generateWithImages(testCase)
102
- chat = ollamaChat("bakllava");
+ chat = ollamaChat("moondream");
103
image_path = "peppers.png";
104
emptyMessages = messageHistory;
105
messages = addUserMessageWithImages(emptyMessages,"What is in the image?",image_path);
0 commit comments