remove backend='inductor' in local patch
This commit is contained in:
committed by
Sung Ching Liu
parent
04624c5a8d
commit
bdaaba2784
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user