From e54ce4e94e6583dcd31454856dbd46f7af0c31d9 Mon Sep 17 00:00:00 2001 From: Chenjie Luo <108829653+cjluo-nv@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:42:00 -0700 Subject: [PATCH] Add int8_sq back to auto_quant support list Signed-off-by: Chenjie Luo <108829653+cjluo-nv@users.noreply.github.com> --- examples/llm_ptq/hf_ptq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/llm_ptq/hf_ptq.py b/examples/llm_ptq/hf_ptq.py index 119a34f21..86e847aca 100755 --- a/examples/llm_ptq/hf_ptq.py +++ b/examples/llm_ptq/hf_ptq.py @@ -93,6 +93,7 @@ def auto_quantize( qformat in [ "fp8", + "int8_sq", "int4_awq", "nvfp4", "nvfp4_awq",