LICENSE
README.md
pyproject.toml
src/maatml/__init__.py
src/maatml/cli.py
src/maatml/config.py
src/maatml/device.py
src/maatml/overrides.py
src/maatml/registry.py
src/maatml/runs.py
src/maatml/scaffold.py
src/maatml.egg-info/PKG-INFO
src/maatml.egg-info/SOURCES.txt
src/maatml.egg-info/dependency_links.txt
src/maatml.egg-info/entry_points.txt
src/maatml.egg-info/requires.txt
src/maatml.egg-info/top_level.txt
src/maatml/data/__init__.py
src/maatml/data/datagen.py
src/maatml/data/formats.py
src/maatml/data/gated.py
src/maatml/data/ingest.py
src/maatml/data/pipeline.py
src/maatml/data/preference.py
src/maatml/data/sanitizer.py
src/maatml/data/schemas.py
src/maatml/data/teacher.py
src/maatml/evaluation/__init__.py
src/maatml/evaluation/harness.py
src/maatml/evaluation/predictors.py
src/maatml/evaluation/runner.py
src/maatml/export/__init__.py
src/maatml/export/bundle.py
src/maatml/export/gguf.py
src/maatml/export/manifest.py
src/maatml/export/mlx_export.py
src/maatml/training/__init__.py
src/maatml/training/builtins.py
src/maatml/training/guards.py
src/maatml/training/load.py
src/maatml/training/multi_head.py
src/maatml/training/preference.py
src/maatml/training/seq2seq.py
src/maatml/training/sft_base.py
src/maatml/utils/__init__.py
src/maatml/utils/io.py
src/maatml/validation/__init__.py
src/maatml/validation/base.py
tests/test_device.py
tests/test_eval_gates.py
tests/test_eval_report.py
tests/test_export.py
tests/test_formats.py
tests/test_gated.py
tests/test_group_split.py
tests/test_guards.py
tests/test_ingest.py
tests/test_manifest.py
tests/test_overrides.py
tests/test_pipeline.py
tests/test_preference.py
tests/test_quantization.py
tests/test_registry.py
tests/test_revision.py
tests/test_runs.py
tests/test_sanitizer.py
tests/test_scaffold.py
tests/test_schemas.py
tests/test_teacher.py