Remove enable_dp_attention in deepseek nightly tests (#13190)
This commit is contained in:
@@ -27,7 +27,6 @@ class TestNightlyDeepseekV31Performance(unittest.TestCase):
|
|||||||
"8",
|
"8",
|
||||||
"--dp",
|
"--dp",
|
||||||
"8",
|
"8",
|
||||||
"--enable-dp-attention",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -38,7 +37,6 @@ class TestNightlyDeepseekV31Performance(unittest.TestCase):
|
|||||||
"8",
|
"8",
|
||||||
"--dp",
|
"--dp",
|
||||||
"8",
|
"8",
|
||||||
"--enable-dp-attention",
|
|
||||||
"--speculative-algorithm",
|
"--speculative-algorithm",
|
||||||
"EAGLE",
|
"EAGLE",
|
||||||
"--speculative-num-steps",
|
"--speculative-num-steps",
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ class TestNightlyDeepseekV32Performance(unittest.TestCase):
|
|||||||
"8",
|
"8",
|
||||||
"--dp",
|
"--dp",
|
||||||
"8",
|
"8",
|
||||||
"--enable-dp-attention",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -38,7 +37,6 @@ class TestNightlyDeepseekV32Performance(unittest.TestCase):
|
|||||||
"8",
|
"8",
|
||||||
"--dp",
|
"--dp",
|
||||||
"8",
|
"8",
|
||||||
"--enable-dp-attention",
|
|
||||||
"--speculative-algorithm",
|
"--speculative-algorithm",
|
||||||
"EAGLE",
|
"EAGLE",
|
||||||
"--speculative-num-steps",
|
"--speculative-num-steps",
|
||||||
@@ -59,7 +57,6 @@ class TestNightlyDeepseekV32Performance(unittest.TestCase):
|
|||||||
"8",
|
"8",
|
||||||
"--dp",
|
"--dp",
|
||||||
"8",
|
"8",
|
||||||
"--enable-dp-attention",
|
|
||||||
"--attention-backend",
|
"--attention-backend",
|
||||||
"nsa",
|
"nsa",
|
||||||
"--nsa-prefill-backend",
|
"--nsa-prefill-backend",
|
||||||
|
|||||||
Reference in New Issue
Block a user