Skip to content

Commit 5a3fd29

Browse files
authored
Add int8_sq back to auto_quant support list (#345)
Signed-off-by: Chenjie Luo <[email protected]>
1 parent 4c36abe commit 5a3fd29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/llm_ptq/hf_ptq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def auto_quantize(
9393
qformat
9494
in [
9595
"fp8",
96+
"int8_sq",
9697
"int4_awq",
9798
"nvfp4",
9899
"nvfp4_awq",

0 commit comments

Comments
 (0)