Skip to content

Commit 4d12163

Browse files
authored
fix no build cache (#171)
1 parent 12a0936 commit 4d12163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magi_attention/functional/_flex_flash_attn_jit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,5 @@ def get_ffa_jit_mod(
314314
return spec.build_and_load()
315315

316316

317-
if no_build_cache:
317+
if not no_build_cache:
318318
get_ffa_jit_mod = lru_cache(maxsize=None)(get_ffa_jit_mod)

0 commit comments

Comments
 (0)