@huggingface/ollama-utils
Version:
Various utilities for maintaining Ollama compatibility with models on Hugging Face hub
42 lines • 1.31 kB
TypeScript
import type { OllamaChatTemplateMapEntry } from "./types";
/**
* Skipped these models due to error:
* - library/deepseek-r1:1.5b
* - library/llama3.2:1b
* - library/llama3.2:latest
* - library/phi4:14b
* - library/gemma:latest
* - library/qwen2.5:0.5b
* - library/olmo2:latest
* - library/mistral-small:22b
* - library/qwen:latest
* - library/gemma3:latest
* - library/llava-llama3:8b
* - library/granite3.1-moe:latest
* - library/all-minilm:22m
* - library/falcon3:latest
* - library/gemma3n:latest
* - library/qwen2:latest
* - library/qwen2:latest
* - library/mistral-small3.2:latest
* - library/mistral-small3.2:latest
* - library/mistral-small3.2:24b
* - library/cogito:latest
* - library/phi4-mini:3.8b
* - library/openthinker:latest
* - library/openthinker:latest
* - library/qwq:latest
* - library/granite-code:3b
* - library/neural-chat:latest
* - library/paraphrase-multilingual:latest
* - library/llama3-groq-tool-use:latest
* - library/aya-expanse:latest
* - library/reader-lm:latest
* - library/shieldgemma:latest
* - library/command-a:latest
* - library/sailor2:latest
* - library/yarn-mistral:7b
* - library/qwen3-next:latest
*/
export declare const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[];
//# sourceMappingURL=chat-template-automap.d.ts.map