Skip to content

Commit 9e4350d

Browse files
committed
ollama update 2025-06-30
1 parent d8b6a3d commit 9e4350d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ 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/llama3.2:1b
9+
* - library/gemma3:latest
10+
* - library/gemma3n:latest
11+
* - library/gemma3:latest
1612
*/
1713

1814
export const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[] = [

0 commit comments

Comments
 (0)