LICENSE
MANIFEST.in
README.md
pyproject.toml
src/rca/__init__.py
src/rca/config.py
src/rca/generator.py
src/rca/model.py
src/rca/py.typed
src/rca/trainer.py
src/rca/layers/__init__.py
src/rca/layers/attention.py
src/rca/layers/gla.py
src/rca/layers/norm.py
src/rca/layers/positions.py
src/rca/layers/scan.py
src/rca/layers/sliding_attention.py
src/rca/layers/ssm.py
src/rca/modeling/__init__.py
src/rca/modeling/outputs.py
src/rca/modeling/rca_model.py
src/rca/utils/__init__.py
src/rca/utils/benchmark.py
src/rca/utils/export.py
src/rca_arch.egg-info/PKG-INFO
src/rca_arch.egg-info/SOURCES.txt
src/rca_arch.egg-info/dependency_links.txt
src/rca_arch.egg-info/requires.txt
src/rca_arch.egg-info/top_level.txt
tests/test_gla.py
tests/test_model.py
tests/test_scan.py
tests/test_sliding_attention.py