LICENSE
MANIFEST.in
README.md
pyproject.toml
src/nanofold/__init__.py
src/nanofold/api.py
src/nanofold/calibrate.py
src/nanofold/checkpoint.py
src/nanofold/cli.py
src/nanofold/equalize.py
src/nanofold/fold.py
src/nanofold/layers.py
src/nanofold/lowrank.py
src/nanofold/outliers.py
src/nanofold/packing.py
src/nanofold/quant.py
src/nanofold/serialize.py
src/nanofold/stream.py
src/nanofold.egg-info/PKG-INFO
src/nanofold.egg-info/SOURCES.txt
src/nanofold.egg-info/dependency_links.txt
src/nanofold.egg-info/entry_points.txt
src/nanofold.egg-info/requires.txt
src/nanofold.egg-info/top_level.txt
tests/conftest.py
tests/test_calibrate_stream.py
tests/test_cli.py
tests/test_fold.py
tests/test_layers.py
tests/test_model.py
tests/test_packing.py
tests/test_quant.py
tests/test_serialize.py