Skip to content

Commit 9725c34

Browse files
committed
update example script for export
Signed-off-by: Fridah-nv <201670829+Fridah-nv@users.noreply.github.com>
1 parent e0606cb commit 9725c34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/llm_ptq/hf_ptq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"w4a8_awq": mtq.W4A8_AWQ_BETA_CFG,
8181
"nvfp4": mtq.NVFP4_DEFAULT_CFG,
8282
"nvfp4_awq": mtq.NVFP4_AWQ_LITE_CFG,
83+
"nvfp4_mse": mtq.NVFP4_W4A4_WEIGHT_MSE_FP8_SWEEP_CFG,
8384
"fp8_pb_wo": mtq.FP8_2D_BLOCKWISE_WEIGHT_ONLY_CFG,
8485
"fp8_pc_pt": mtq.FP8_PER_CHANNEL_PER_TOKEN_CFG,
8586
"w4a8_nvfp4_fp8": mtq.W4A8_NVFP4_FP8_CFG,

0 commit comments

Comments
 (0)