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 eea0b04 commit dfef13fCopy full SHA for dfef13f
packages/gguf/src/gguf.ts
@@ -362,6 +362,7 @@ export async function ggufAllShards(
362
* Custom fetch function to use instead of the default one, for example to use a proxy or edit headers.
363
*/
364
fetch?: typeof fetch;
365
+ additionalFetchHeaders?: Record<string, string>;
366
}
367
): Promise<{ shards: GGUFParseOutput[]; parameterCount: number }> {
368
const ggufShardFileInfo = parseGgufShardFilename(url);
0 commit comments