We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a36be commit 4a985ebCopy full SHA for 4a985eb
packages/gguf/src/gguf.ts
@@ -419,7 +419,6 @@ export async function gguf(
419
}
420
421
422
- const kvEndOffset = offset;
423
const tensorInfoStartOffset = offset;
424
const tensorInfos: GGUFTensorInfo[] = [];
425
packages/gguf/src/types.ts
@@ -146,4 +146,5 @@ export interface GGUFParseOutput<Options extends GGUFMetadataOptions = { strict:
146
tensorInfos: GGUFTensorInfo[];
147
tensorDataOffset: bigint;
148
littleEndian: boolean;
149
+ tensorInfoByteRange: [number, number];
150
0 commit comments