Skip to content

Commit 4085fa8

Browse files
committed
[gguf] fix export GGUF_QUANT_DESCRIPTIONS
1 parent 10a1055 commit 4085fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gguf/src/gguf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { GGUFValueType } from "./types";
33

44
export type { MetadataBaseValue, MetadataValue, Version, GGUFMetadata, GGUFTensorInfo, GGUFParseOutput } from "./types";
55
export { GGUFValueType, GGMLQuantizationType } from "./types";
6-
export { GGUF_QUANT_DESCRIPTIONS as QUANT_DESCRIPTIONS } from "./quant-descriptions";
6+
export { GGUF_QUANT_DESCRIPTIONS } from "./quant-descriptions";
77

88
export const RE_GGUF_FILE = /\.gguf$/;
99
export const RE_GGUF_SHARD_FILE = /-(\d{5})-of-(\d{5})\.gguf$/;

0 commit comments

Comments
 (0)