First upload version 0.0.1
This commit is contained in:
12
node_modules/node-llama-cpp/dist/cli/commands/InitCommand.d.ts
generated
vendored
Normal file
12
node_modules/node-llama-cpp/dist/cli/commands/InitCommand.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { CommandModule } from "yargs";
|
||||
import { BuildGpu } from "../../bindings/types.js";
|
||||
type InitCommand = {
|
||||
name?: string;
|
||||
template?: string;
|
||||
model?: string;
|
||||
gpu?: BuildGpu | "auto";
|
||||
};
|
||||
export declare const InitCommand: CommandModule<object, InitCommand>;
|
||||
export declare const CreateCliCommand: CommandModule<object, InitCommand>;
|
||||
export declare function InitCommandHandler({ name, template, model, gpu }: InitCommand): Promise<void>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user