Remove enable_dp_attention in deepseek nightly tests (#13190)

This commit is contained in:
Kangyan-Zhou
2025-11-12 22:58:57 -08:00
committed by GitHub
parent 86255f27b4
commit 2bb0317e19
2 changed files with 0 additions and 5 deletions
@@ -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",