[Feature][NPU]: add runtime support for GPTQ-quantized MoE models (#16364)

Co-authored-by: GuoYechang <52730608+GuoYechang@users.noreply.github.com>
Co-authored-by: root <root@localhost.localdomain>
This commit is contained in:
YeChang Guo
2026-03-04 16:02:19 +03:00
committed by GitHub
co-authored by GuoYechang root
parent c2b66d320d
commit 6910c1b281
4 changed files with 370 additions and 5 deletions
+1
View File
@@ -84,6 +84,7 @@ suite_xpu = {
suite_ascend = {
"per-commit-1-npu-a2": [
TestFile("ascend/test_ascend_gptq.py", 400),
TestFile("ascend/test_ascend_gptq_moe.py", 400),
TestFile("ascend/test_ascend_graph_tp1_bf16.py", 400),
TestFile("ascend/test_ascend_piecewise_graph_prefill.py", 400),
TestFile("ascend/test_ascend_hicache_mha.py", 400),