[NPU] support GPTQ quantization on npu (#15203)

Signed-off-by: 22dimensions <waitingwind@foxmail.com>
This commit is contained in:
22dimensions
2026-01-29 15:48:18 +08:00
committed by GitHub
parent cbf90d70ff
commit 7b79326751
5 changed files with 259 additions and 6 deletions
+1
View File
@@ -134,6 +134,7 @@ 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_gptq.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),