CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
csrc/extensions/torch_bindings.cpp
csrc/kernels/batch_compact.cu
csrc/kernels/dtype_utils.cuh
csrc/kernels/exit_projection.cu
csrc/kernels/exit_scatter.cu
csrc/kernels/fused_layernorm_route.cu
examples/any_model.py
examples/huggingface_pipeline.py
examples/quickstart.py
examples/tune_threshold.py
python/TIDE/__init__.py
python/TIDE/calibrate.py
python/TIDE/config.py
python/TIDE/router.py
python/TIDE/runtime.py
python/TIDE/scheduler.py
python/TIDE/utils.py
python/TIDE/adapters/__init__.py
python/TIDE/adapters/auto.py
python/TIDE/adapters/base.py
python/TIDE/adapters/llama.py
python/TIDE/adapters/mistral.py
python/TIDE/adapters/qwen.py
python/TIDE/adapters/universal.py
python/tide_inference.egg-info/PKG-INFO
python/tide_inference.egg-info/SOURCES.txt
python/tide_inference.egg-info/dependency_links.txt
python/tide_inference.egg-info/requires.txt
python/tide_inference.egg-info/top_level.txt
tests/test_adapters.py
tests/test_calibrate.py
tests/test_kernels.py
tests/test_router.py
tests/test_runtime.py