Initial commit

i
This commit is contained in:
Jiashi Li
2025-02-21 14:31:27 +08:00
committed by ljss
commit 414a2f3eed
17 changed files with 1819 additions and 0 deletions

6
flash_mla/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
__version__ = "1.0.0"
from flash_mla.flash_mla_interface import (
get_mla_metadata,
flash_mla_with_kvcache,
)