remove backend='inductor' in local patch

This commit is contained in:
Sunny Liu
2025-04-07 17:05:08 -04:00
committed by Sung Ching Liu
parent 04624c5a8d
commit bdaaba2784

View File

@@ -40,7 +40,6 @@ def patch_flex_wrapper():
if not self._is_flex_compiled:
self._compiled_flex_attention = torch.compile(
flex_attention,
backend="inductor",
mode="max-autotune-no-cudagraphs",
fullgraph=True,
)