Skip to content

Commit 03cfa5d

Browse files
committed
Enhance GGUF type exports by adding GGUFMetadataOptions to the types in gguf.ts
1 parent 1ad5dc0 commit 03cfa5d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/gguf/src/gguf.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ import { GGUFValueType } from "./types";
33
import { isBackend } from "./utils/isBackend";
44
import { promisesQueue } from "./utils/promisesQueue";
55

6-
export type { MetadataBaseValue, MetadataValue, Version, GGUFMetadata, GGUFTensorInfo, GGUFParseOutput } from "./types";
6+
export type {
7+
MetadataBaseValue,
8+
MetadataValue,
9+
Version,
10+
GGUFMetadata,
11+
GGUFTensorInfo,
12+
GGUFParseOutput,
13+
GGUFMetadataOptions,
14+
} from "./types";
715
export { GGUFValueType, GGMLQuantizationType, Architecture } from "./types";
816
export { GGUF_QUANT_DESCRIPTIONS } from "./quant-descriptions";
917
export {

0 commit comments

Comments
 (0)