Skip to content

Commit

Permalink
[gguf] Fix quant descriptions export (#620)
Browse files Browse the repository at this point in the history
Fix gguf quant descriptions export
  • Loading branch information
Mishig authored Apr 11, 2024
1 parent 3f5de10 commit 4857ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gguf/src/gguf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { GGUFValueType } from "./types";

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

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

0 comments on commit 4857ff4

Please sign in to comment.