@huggingface/ollama-utils
Version:
Various utilities for maintaining Ollama compatibility with models on Hugging Face hub
20 lines • 633 B
TypeScript
import type { OllamaChatTemplateMapEntry } from "./types";
/**
* Skipped these models due to error:
* - library/llama3.3:latest
* - library/llama3.2-vision:latest
* - library/dolphin3:latest
* - library/llama3:latest
* - library/gemma:2b
* - library/dolphin-llama3:8b
* - library/gemma:latest
* - library/granite3.3:2b
* - library/gemma:latest
* - library/falcon:latest
* - library/tulu3:latest
* - library/dbrx:latest
* - library/smallthinker:latest
* - library/command-r7b:latest
*/
export declare const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[];
//# sourceMappingURL=chat-template-automap.d.ts.map