From 2bb0317e1914cc7473910a19c3f497af24818c69 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Wed, 12 Nov 2025 22:58:57 -0800 Subject: [PATCH] Remove enable_dp_attention in deepseek nightly tests (#13190) --- test/srt/nightly/test_deepseek_v31_perf.py | 2 -- test/srt/nightly/test_deepseek_v32_perf.py | 3 --- 2 files changed, 5 deletions(-) diff --git a/test/srt/nightly/test_deepseek_v31_perf.py b/test/srt/nightly/test_deepseek_v31_perf.py index 4d51c338c..a618ad190 100644 --- a/test/srt/nightly/test_deepseek_v31_perf.py +++ b/test/srt/nightly/test_deepseek_v31_perf.py @@ -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", diff --git a/test/srt/nightly/test_deepseek_v32_perf.py b/test/srt/nightly/test_deepseek_v32_perf.py index c2f1cb359..cf27dd99e 100644 --- a/test/srt/nightly/test_deepseek_v32_perf.py +++ b/test/srt/nightly/test_deepseek_v32_perf.py @@ -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",