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