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 d8b6a3d commit 9e4350dCopy full SHA for 9e4350d
packages/ollama-utils/src/chat-template-automap.ts
@@ -5,14 +5,10 @@ import type { OllamaChatTemplateMapEntry } from "./types";
5
6
/**
7
* 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
+ * - library/llama3.2:1b
+ * - library/gemma3:latest
+ * - library/gemma3n:latest
16
*/
17
18
export const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[] = [
0 commit comments