We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0606cb commit 9725c34Copy full SHA for 9725c34
1 file changed
examples/llm_ptq/hf_ptq.py
@@ -80,6 +80,7 @@
80
"w4a8_awq": mtq.W4A8_AWQ_BETA_CFG,
81
"nvfp4": mtq.NVFP4_DEFAULT_CFG,
82
"nvfp4_awq": mtq.NVFP4_AWQ_LITE_CFG,
83
+ "nvfp4_mse": mtq.NVFP4_W4A4_WEIGHT_MSE_FP8_SWEEP_CFG,
84
"fp8_pb_wo": mtq.FP8_2D_BLOCKWISE_WEIGHT_ONLY_CFG,
85
"fp8_pc_pt": mtq.FP8_PER_CHANNEL_PER_TOKEN_CFG,
86
"w4a8_nvfp4_fp8": mtq.W4A8_NVFP4_FP8_CFG,
0 commit comments