UNPKG

node-llama-cpp

Version:

Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level

6 lines 262 B
export class InvalidGgufMagicError extends Error { constructor(expectedGgufMagic, actualGgufMagic) { super(`Invalid GGUF magic. Expected "${expectedGgufMagic}" but got "${actualGgufMagic}".`); } } //# sourceMappingURL=InvalidGgufMagicError.js.map