From c8c6757bed87190bfe1fd48144b47f0137889c34 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Thu, 25 Jun 2026 16:41:35 -0700 Subject: [PATCH] test(dp-attn): drop --enable-torch-compile from TestDPAttentionDP2TP2 (#29345) Co-authored-by: Claude Opus 4.7 (1M context) --- test/registered/dp_attn/test_dp_attention.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/registered/dp_attn/test_dp_attention.py b/test/registered/dp_attn/test_dp_attention.py index 0bc16af04..95d34e76b 100644 --- a/test/registered/dp_attn/test_dp_attention.py +++ b/test/registered/dp_attn/test_dp_attention.py @@ -56,9 +56,6 @@ class TestDPAttentionDP2TP2( "--enable-dp-attention", "--dp", "2", - "--enable-torch-compile", - "--torch-compile-max-bs", - "2", ], )