File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
packages/ollama-utils/src Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff 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
1823export const OLLAMA_CHAT_TEMPLATE_MAPPING : OllamaChatTemplateMapEntry [ ] = [
You can’t perform that action at this time.
0 commit comments