Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/cli/commands/DebugCommand.d.ts
2026-02-05 15:27:49 +08:00

8 lines
259 B
TypeScript

import { CommandModule } from "yargs";
declare const debugFunctions: readonly ["vram", "cmakeOptions"];
type DebugCommand = {
function: (typeof debugFunctions)[number];
};
export declare const DebugCommand: CommandModule<object, DebugCommand>;
export {};