UNPKG

@huggingface/ollama-utils

Version:

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

9 lines 328 B
import type { OllamaChatTemplateMapEntry } from "./types"; /** * Skipped these models due to error: * - library/granite-code:8b * - library/llama3-gradient:70b * - library/deepscaler:1.5b */ export declare const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[]; //# sourceMappingURL=chat-template-automap.d.ts.map