mirror of
https://github.com/deepseek-ai/FlashMLA
synced 2025-04-05 21:14:53 +00:00
7 lines
119 B
Python
7 lines
119 B
Python
__version__ = "1.0.0"
|
|
|
|
from flash_mla.flash_mla_interface import (
|
|
get_mla_metadata,
|
|
flash_mla_with_kvcache,
|
|
)
|