You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the PR #1392 .
BTW, I tried to add some 'forward-only' tests, but finally I gave up because I failed to find an elegant way to reuse current test functions.
I compiled from source and run a simple test but failed at this line
flash-attention/flash_attn/flash_attn_interface.py
Line 853 in 0dfb281
with the following error:
unboundLocalError: cannot access local variable 'out' where it is not associated with a value
I believe it is caused by the wrong ident of this line
flash-attention/flash_attn/flash_attn_interface.py
Line 852 in 0dfb281
we should move this line out of
if
block.The text was updated successfully, but these errors were encountered: