First upload version 0.0.1
This commit is contained in:
5
node_modules/node-llama-cpp/dist/bindings/utils/getLlamaWithoutBackend.d.ts
generated
vendored
Normal file
5
node_modules/node-llama-cpp/dist/bindings/utils/getLlamaWithoutBackend.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Llama } from "../Llama.js";
|
||||
/**
|
||||
* This is used to access various methods in the addon side without actually using a backend
|
||||
*/
|
||||
export declare function getLlamaWithoutBackend(): Promise<Llama>;
|
||||
Reference in New Issue
Block a user