Commit d0d8e49
authored
🤖 ci: use smaller llama3.2:3b model for Ollama integration tests (#711)
Switches the Ollama model used in integration tests from `gpt-oss:20b`
(approx 10-20GB) to `llama3.2:3b` (approx 2GB).
This significantly reduces the time and resources required to download
and load the model in CI, while still providing sufficient capability
for the tool usage tests (bash, file operations).
_Generated with `mux`_1 parent d307930 commit d0d8e49
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments