Andrew J. Holmes

Results 2 issues of Andrew J. Holmes

index.js ``` import { infer } from "./services/chatService.js"; infer("Who is the current President of the United States"); ``` chatService.js ``` import { LLM } from "llama-node"; import { LLamaCpp }...

I am getting this error: ``` llama.cpp: loading model from /Documents/Proj/delta/llama-2-7b-chat/ggml-model-q5_1.bin error loading model: unrecognized tensor type 14 llama_init_from_file: failed to load model node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^...