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 4c11750 commit 7e4c47dCopy full SHA for 7e4c47d
src/compressed_tensors/quantization/quant_scheme.py
@@ -344,4 +344,6 @@ def is_preset_scheme(name: str) -> bool:
344
"FP8_BLOCK": FP8_BLOCK,
345
"NVFP4A16": NVFP4A16,
346
"NVFP4": NVFP4,
347
+ "MXFP4": MXFP4,
348
+ "MXFP4A16": MXFP4A16,
349
}
0 commit comments