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 5549274 commit f067fd8Copy full SHA for f067fd8
packages/tasks/src/gguf.ts
@@ -40,7 +40,7 @@ export enum GGMLFileQuantizationType {
40
Q4_0_8_8 = 35,
41
TQ1_0 = 36,
42
TQ2_0 = 37,
43
- MXFP4_MOE = 38,
+ MXFP4 = 38,
44
45
// custom quants used by unsloth
46
// they are not officially a scheme enum value in GGUF, but only here for naming
@@ -96,7 +96,7 @@ export const GGUF_QUANT_ORDER: GGMLFileQuantizationType[] = [
96
GGMLFileQuantizationType.Q4_1,
97
GGMLFileQuantizationType.Q4_2,
98
GGMLFileQuantizationType.Q4_3,
99
- GGMLFileQuantizationType.MXFP4_MOE,
+ GGMLFileQuantizationType.MXFP4,
100
101
// 3-bit quantizations
102
GGMLFileQuantizationType.Q3_K_XL,
0 commit comments