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

8 lines
323 B
TypeScript

export declare function resolveSplitGgufParts(ggufPathOrUri: string): string[];
export declare function getGgufSplitPartsInfo(ggufPath: string): {
part: number;
parts: number;
matchLength: number;
} | null;
export declare function createSplitPartFilename(filename: string, part: number, parts: number): string;