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
Hi guys, thank you for this excellent work!
It seems that this code does not consider the attention_mask during chunkllama inference. Does this code support batch inference?
The text was updated successfully, but these errors were encountered:
Yes! We use flash_attn_func for better efficiency and simplicity. Changing to flash_attn_varlen_func should not be difficult. If you encounter any difficulties, please feel free to leave a comment.
Hi guys, thank you for this excellent work!
It seems that this code does not consider the attention_mask during chunkllama inference. Does this code support batch inference?
The text was updated successfully, but these errors were encountered: