Skip to content

Commit 0158ec7

Browse files
committed
ollama update 2025-06-16
1 parent dc3b086 commit 0158ec7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

packages/ollama-utils/src/chat-template-automap.ts

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ import type { OllamaChatTemplateMapEntry } from "./types";
55

66
/**
77
* Skipped these models due to error:
8-
* - library/llama4:16x17b
9-
* - library/llama3.3:latest
10-
* - library/dolphin3:8b
11-
* - library/qwen2-math:latest
12-
* - library/qwen2-math:1.5b
13-
* - library/marco-o1:latest
14-
* - library/bespoke-minicheck:7b
15-
* - library/falcon2:11b
8+
* - library/qwen3:latest
9+
* - library/deepseek-r1:1.5b
10+
* - library/devstral:24b
11+
* - library/gemma3:latest
12+
* - library/bge-m3:latest
13+
* - library/llama3.2:latest
14+
* - library/llama3:latest
15+
* - library/granite-code:latest
16+
* - library/wizardcoder:latest
17+
* - library/tinydolphin:latest
18+
* - library/everythinglm:latest
19+
* - library/command-r7b:7b
20+
* - library/duckdb-nsql:latest
1621
*/
1722

1823
export const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[] = [

0 commit comments

Comments
 (0)