CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
pyproject.toml
docs/DATASETS.md
docs/DESIGN.md
docs/DISTRIBUTION.md
docs/HYDRATION.md
docs/INCREMENTAL.md
docs/MANIFEST.md
docs/MVB-FORMAT.md
docs/QUANTIZATION.md
docs/README.md
docs/SOURCES.md
docs/TESTING.md
docs/darsay-logo.png
src/darsay/__init__.py
src/darsay/archiver.py
src/darsay/cli.py
src/darsay/estimate.py
src/darsay/export.py
src/darsay/hashing.py
src/darsay/hydrate.py
src/darsay/licensing.py
src/darsay/metadata.py
src/darsay/readme_gen.py
src/darsay/safetensors_meta.py
src/darsay/schema.py
src/darsay/smoke.py
src/darsay/sources.py
src/darsay/transfer.py
src/darsay/verify.py
src/darsay.egg-info/PKG-INFO
src/darsay.egg-info/SOURCES.txt
src/darsay.egg-info/dependency_links.txt
src/darsay.egg-info/entry_points.txt
src/darsay.egg-info/requires.txt
src/darsay.egg-info/top_level.txt
src/darsay/providers/__init__.py
src/darsay/providers/base.py
src/darsay/providers/huggingface.py
src/darsay/runners/__init__.py
src/darsay/runners/llama_cpp_runner.py
src/darsay/runners/transformers_runner.py
tests/__init__.py
tests/conftest.py
tests/fakes.py
tests/payloads.py
tests/e2e/test_hub.py
tests/integration/conftest.py
tests/integration/test_archive.py
tests/integration/test_cli.py
tests/integration/test_export_import.py
tests/integration/test_hydrate.py
tests/integration/test_invariants.py
tests/integration/test_transfer.py
tests/integration/test_verify.py
tests/unit/test_archiver.py
tests/unit/test_cli_parse.py
tests/unit/test_estimate.py
tests/unit/test_export_helpers.py
tests/unit/test_hashing.py
tests/unit/test_huggingface.py
tests/unit/test_hydrate.py
tests/unit/test_licensing.py
tests/unit/test_metadata.py
tests/unit/test_package.py
tests/unit/test_readme_gen.py
tests/unit/test_safetensors.py
tests/unit/test_schema.py
tests/unit/test_smoke.py
tests/unit/test_sources.py
tests/unit/test_transfer.py