[NPU][1/N] NPU basic functions refactor and new modelslim quant type (#13359)
This commit is contained in:
@@ -35,7 +35,7 @@ class TestAscendDeepEP(CustomTestCase):
|
||||
"--attention-backend",
|
||||
"ascend",
|
||||
"--quantization",
|
||||
"w8a8_int8",
|
||||
"modelslim",
|
||||
"--mem-fraction-static",
|
||||
0.8,
|
||||
"--disable-radix-cache",
|
||||
|
||||
@@ -33,7 +33,7 @@ class TestAscendDeepSeekMTP(CustomTestCase):
|
||||
"--attention-backend",
|
||||
"ascend",
|
||||
"--quantization",
|
||||
"w8a8_int8",
|
||||
"modelslim",
|
||||
"--mem-fraction-static",
|
||||
0.8,
|
||||
"--disable-radix-cache",
|
||||
|
||||
@@ -38,7 +38,7 @@ class TestAscendMlaW8A8Int8(CustomTestCase):
|
||||
"--attention-backend",
|
||||
"ascend",
|
||||
"--quantization",
|
||||
"w8a8_int8",
|
||||
"modelslim",
|
||||
"--tp-size",
|
||||
2,
|
||||
"--disable-radix-cache",
|
||||
|
||||
@@ -37,7 +37,7 @@ class TestAscendMlaW8A8Int8(CustomTestCase):
|
||||
"--attention-backend",
|
||||
"ascend",
|
||||
"--quantization",
|
||||
"w8a8_int8",
|
||||
"modelslim",
|
||||
"--tp-size",
|
||||
4,
|
||||
"--disable-radix-cache",
|
||||
|
||||
Reference in New Issue
Block a user