We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a0936 commit 4d12163Copy full SHA for 4d12163
magi_attention/functional/_flex_flash_attn_jit.py
@@ -314,5 +314,5 @@ def get_ffa_jit_mod(
314
return spec.build_and_load()
315
316
317
-if no_build_cache:
+if not no_build_cache:
318
get_ffa_jit_mod = lru_cache(maxsize=None)(get_ffa_jit_mod)
0 commit comments