Add support for AutoRound quantized models (#10153)

This commit is contained in:
Weiwei
2025-10-27 18:17:29 +08:00
committed by GitHub
parent a88b006ecf
commit caa4819bfc
8 changed files with 541 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ suites = {
TestFile("quant/test_int8_kernel.py", 8),
TestFile("quant/test_triton_scaled_mm.py", 8),
TestFile("quant/test_w8a8_quantization.py", 46),
TestFile("quant/test_autoround.py", 60),
TestFile("rl/test_fp32_lm_head.py", 30),
TestFile("rl/test_update_weights_from_disk.py", 114),
TestFile("rl/test_update_weights_from_tensor.py", 48),