First upload version 0.0.1
This commit is contained in:
7
node_modules/node-llama-cpp/dist/cli/commands/DebugCommand.d.ts
generated
vendored
Normal file
7
node_modules/node-llama-cpp/dist/cli/commands/DebugCommand.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { CommandModule } from "yargs";
|
||||
declare const debugFunctions: readonly ["vram", "cmakeOptions"];
|
||||
type DebugCommand = {
|
||||
function: (typeof debugFunctions)[number];
|
||||
};
|
||||
export declare const DebugCommand: CommandModule<object, DebugCommand>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user