LICENSE
MANIFEST.in
README.md
pyproject.toml
mcr_attention/__init__.py
mcr_attention/api.py
mcr_attention/benchmarks.py
mcr_attention/cli.py
mcr_attention/config.py
mcr_attention/embedding.py
mcr_attention/finetune.py
mcr_attention/head.py
mcr_attention/memory.py
mcr_attention/model.py
mcr_attention/norm.py
mcr_attention/router.py
mcr_attention/scan.py
mcr_attention/train.py
mcr_attention.egg-info/PKG-INFO
mcr_attention.egg-info/SOURCES.txt
mcr_attention.egg-info/dependency_links.txt
mcr_attention.egg-info/entry_points.txt
mcr_attention.egg-info/requires.txt
mcr_attention.egg-info/top_level.txt
tests/test_config.py
tests/test_embedding_layer.py
tests/test_memory.py
tests/test_model.py
tests/test_norm.py
tests/test_rope.py
tests/test_router.py
tests/test_scan.py