Skip to content

Commit dfef13f

Browse files
committed
damn i am stupid follow-up to #653
1 parent eea0b04 commit dfef13f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gguf/src/gguf.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ export async function ggufAllShards(
362362
* Custom fetch function to use instead of the default one, for example to use a proxy or edit headers.
363363
*/
364364
fetch?: typeof fetch;
365+
additionalFetchHeaders?: Record<string, string>;
365366
}
366367
): Promise<{ shards: GGUFParseOutput[]; parameterCount: number }> {
367368
const ggufShardFileInfo = parseGgufShardFilename(url);

0 commit comments

Comments
 (0)