flash-attention/flash_attn
2024-08-05 08:59:23 -07:00
..
layers Fix typo in RotaryEmbedding forward output type (#666) 2023-11-09 11:43:02 -08:00
losses [CrossEntropy] Change ignored_index -> ignore_index 2024-04-26 10:50:41 -07:00
models Fix KeyError handling for non-existing key in state_dict.pop() (#898) 2024-06-30 22:40:03 -07:00
modules Fix: check the type of max_seqlen_k instead of checking max_seqlen twice (#1127) 2024-08-05 08:59:23 -07:00
ops remove an unused import (#960) 2024-05-23 11:12:31 -07:00
utils Update citation 2024-05-26 16:09:03 -07:00
__init__.py Bump to v2.6.3 2024-07-25 01:31:28 -07:00
bert_padding.py Updated missing docstrings for args and returns in bert_padding.py (#795) 2024-01-27 09:16:25 -08:00
flash_attn_interface.py remove lambda (#1056) 2024-07-21 23:24:38 -07:00
flash_attn_triton_og.py Run isort and black on python files 2023-08-18 14:22:11 -07:00
flash_attn_triton.py Run isort and black on python files 2023-08-18 14:22:11 -07:00
flash_blocksparse_attention.py Run isort and black on python files 2023-08-18 14:22:11 -07:00
flash_blocksparse_attn_interface.py Run isort and black on python files 2023-08-18 14:22:11 -07:00
fused_softmax.py Run isort and black on python files 2023-08-18 14:22:11 -07:00
pyproject.toml Move pyproject.toml to flash-attn and tests dir to avoid PEP 517 2023-08-25 15:05:28 -07:00