LICENSE
README.md
pyproject.toml
src/latefuse/__init__.py
src/latefuse/config.py
src/latefuse/loaders.py
src/latefuse/py.typed
src/latefuse.egg-info/PKG-INFO
src/latefuse.egg-info/SOURCES.txt
src/latefuse.egg-info/dependency_links.txt
src/latefuse.egg-info/requires.txt
src/latefuse.egg-info/top_level.txt
src/latefuse/benchmark/__init__.py
src/latefuse/benchmark/churn.py
src/latefuse/benchmark/run.py
src/latefuse/benchmark/synthetic.py
src/latefuse/model/__init__.py
src/latefuse/model/encoder.py
src/latefuse/model/hf_wrapper.py
src/latefuse/ops/__init__.py
src/latefuse/ops/head.py
src/latefuse/ops/lora.py
src/latefuse/ops/pooling.py
src/latefuse/tasks/__init__.py
src/latefuse/tasks/base.py
src/latefuse/tasks/batching.py
src/latefuse/tasks/classification.py
src/latefuse/tasks/embedding.py
src/latefuse/tasks/heads.py
src/latefuse/tasks/reranking.py
src/latefuse/weights/__init__.py
src/latefuse/weights/batch.py
src/latefuse/weights/store.py
tests/test_churn_bench.py
tests/test_hf_wrapper.py
tests/test_mixed_rank_padding.py
tests/test_model.py
tests/test_ops.py
tests/test_peft_equivalence.py
tests/test_real_checkpoint_parity.py
tests/test_setfit_equivalence.py
tests/test_tasks.py
tests/test_weights.py