UNPKG

@huggingface/ollama-utils

Version:

Various utilities for maintaining Ollama compatibility with models on Hugging Face hub

14 lines 466 B
import type { OllamaChatTemplateMapEntry } from "./types"; /** * Skipped these models due to error: * - library/llama4:16x17b * - library/llama3.3:latest * - library/dolphin3:8b * - library/qwen2-math:latest * - library/qwen2-math:1.5b * - library/marco-o1:latest * - library/bespoke-minicheck:7b * - library/falcon2:11b */ export declare const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[]; //# sourceMappingURL=chat-template-automap.d.ts.map