[Feature][NPU]: add runtime support for AutoRound quantized models (#16699)

Co-authored-by: root <root@localhost.localdomain>
Co-authored-by: ronnie_zheng <zl19940307@163.com>
This commit is contained in:
YeChang Guo
2026-03-07 18:03:55 +03:00
committed by GitHub
co-authored by root ronnie_zheng
parent fd79cd8d9c
commit 13bdc7bf4a
5 changed files with 181 additions and 2 deletions
+2
View File
@@ -83,6 +83,8 @@ suite_xpu = {
# NOTE: please sort the test cases alphabetically by the test file name
suite_ascend = {
"per-commit-1-npu-a2": [
TestFile("ascend/test_ascend_autoround_dense.py", 400),
TestFile("ascend/test_ascend_autoround_moe.py", 400),
TestFile("ascend/test_ascend_gptq.py", 400),
TestFile("ascend/test_ascend_gptq_moe.py", 400),
TestFile("ascend/test_ascend_graph_tp1_bf16.py", 400),