[Tiny] Cuda Graph Refactor Code Style Follow up (#28107)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
29ac249be1
commit
6c3e429ba1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user