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 4602764 commit e22862eCopy full SHA for e22862e
src/compressed_tensors/quantization/quant_scheme.py
@@ -367,4 +367,6 @@ def is_preset_scheme(name: str) -> bool:
367
"FP8_BLOCK": FP8_BLOCK,
368
"NVFP4A16": NVFP4A16,
369
"NVFP4": NVFP4,
370
+ "MXFP4": MXFP4,
371
+ "MXFP4A16": MXFP4A16,
372
}
0 commit comments