.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/FUNDING.yml
.github/workflows/publish.yaml
.github/workflows/test.yaml
doc/soft-moe-layer.jpeg
soft_mixture_of_experts/__init__.py
soft_mixture_of_experts/multi_expert.py
soft_mixture_of_experts/soft_moe.py
soft_mixture_of_experts/transformer.py
soft_mixture_of_experts/vit.py
soft_mixture_of_experts.egg-info/PKG-INFO
soft_mixture_of_experts.egg-info/SOURCES.txt
soft_mixture_of_experts.egg-info/dependency_links.txt
soft_mixture_of_experts.egg-info/requires.txt
soft_mixture_of_experts.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_multi_expert.py
tests/test_soft_moe.py
tests/test_transformer.py
tests/test_vit.py