[Tiny] Cuda Graph Refactor Code Style Follow up (#28107)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Yuwei An
2026-06-12 18:38:13 -07:00
committed by GitHub
co-authored by Claude Fable 5
parent 29ac249be1
commit 6c3e429ba1
21 changed files with 240 additions and 117 deletions
@@ -401,8 +401,6 @@ class TestDSV4BreakableCudaGraphMetadataContract(CustomTestCase):
sa = ServerArgs(model_path="dummy")
self.assertNotEqual(sa.cuda_graph_backend_decode, "breakable")
self.assertNotEqual(sa.cuda_graph_backend_prefill, "breakable")
self.assertNotEqual(sa.decode_cuda_graph_backend, "breakable")
self.assertNotEqual(sa.prefill_cuda_graph_backend, "breakable")
self.assertFalse(
AttentionBackend.use_captured_forward_metadata_for_breakable_cuda_graph
)