LICENSE
README.md
pyproject.toml
src/lobotomizer/__init__.py
src/lobotomizer/cli.py
src/lobotomizer/py.typed
src/lobotomizer.egg-info/PKG-INFO
src/lobotomizer.egg-info/SOURCES.txt
src/lobotomizer.egg-info/dependency_links.txt
src/lobotomizer.egg-info/entry_points.txt
src/lobotomizer.egg-info/requires.txt
src/lobotomizer.egg-info/top_level.txt
src/lobotomizer/bench/__init__.py
src/lobotomizer/bench/compare.py
src/lobotomizer/bench/profiler.py
src/lobotomizer/core/__init__.py
src/lobotomizer/core/pipeline.py
src/lobotomizer/core/profile.py
src/lobotomizer/core/recipe.py
src/lobotomizer/core/registry.py
src/lobotomizer/core/result.py
src/lobotomizer/stages/__init__.py
src/lobotomizer/stages/adapters.py
src/lobotomizer/stages/base.py
src/lobotomizer/stages/distill.py
src/lobotomizer/stages/distill_losses.py
src/lobotomizer/stages/hooks.py
src/lobotomizer/stages/prune.py
src/lobotomizer/stages/quantize.py
src/lobotomizer/stages/structured_prune.py
tests/test_cli.py
tests/test_core.py
tests/test_distill.py
tests/test_distill_real.py
tests/test_stages.py
tests/test_structured_prune.py