refactor(attn): init hisparse_coordinator before attn_backend; replace lazy property with init-time capture (#26012)

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cheng Wan
2026-05-21 16:03:42 -07:00
committed by GitHub
co-authored by Claude Sonnet 4.6
parent c5251a98a9
commit d765dfd043
8 changed files with 9 additions and 42 deletions
@@ -252,6 +252,7 @@ class MockModelRunner:
"dsa_decode_backend": "fa3",
},
)()
self.hisparse_coordinator = None
@unittest.skipIf(not torch.cuda.is_available(), "Test requires CUDA")