UNPKG

@wllama/wllama

Version:

WebAssembly binding for llama.cpp - Enabling on-browser LLM inference

9 lines (8 loc) 281 B
export * from './wllama'; export * from './cache-manager'; export * from './model-manager'; export * from './huggingface'; export * from './types/types'; export * from './types/oai-compat'; export { CacheManager } from './cache-manager'; export { isValidGgufFile } from './utils';