LICENSE
README.md
VERSION
pyproject.toml
hatchery/core/__init__.py
hatchery/core/batching.py
hatchery/core/client.py
hatchery/core/config.py
hatchery/core/discovery.py
hatchery/core/errors.py
hatchery/core/fused_losses.py
hatchery/core/gateway.py
hatchery/core/local_dev.py
hatchery/core/lora_state.py
hatchery/core/lora_target_modules.py
hatchery/core/losses.py
hatchery/core/model_pool.py
hatchery/core/model_registry.py
hatchery/core/optim_dispatch.py
hatchery/core/optimizer_state.py
hatchery/core/packing.py
hatchery/core/parallel.py
hatchery/core/parallel_hooks.py
hatchery/core/plugins.py
hatchery/core/precision.py
hatchery/core/protocols.py
hatchery/core/quantization.py
hatchery/core/sampling.py
hatchery/core/scheduler.py
hatchery/core/session_registry.py
hatchery/core/session_store.py
hatchery/core/stub_worker.py
hatchery/core/tinker_compat.py
hatchery/core/trainer.py
hatchery/core/unified.py
hatchery/core/usage.py
hatchery/core/worker.py
hatchery/core/backends/__init__.py
hatchery/core/backends/auth/__init__.py
hatchery/core/backends/auth/api_key.py
hatchery/core/backends/compute/__init__.py
hatchery/core/backends/compute/local.py
hatchery/core/backends/metadata/__init__.py
hatchery/core/backends/metadata/memory.py
hatchery/core/backends/metadata/sqlite.py
hatchery/core/backends/metrics/__init__.py
hatchery/core/backends/metrics/log.py
hatchery/core/backends/object_store/__init__.py
hatchery/core/backends/object_store/local.py
hatchery/core/backends/object_store/memory.py
hatchery/core/backends/queue/__init__.py
hatchery/core/backends/queue/memory.py
hatchery/core/backends/queue/sqlite.py
hatchery/core/examples/__init__.py
hatchery/core/examples/train_pirate_style.py
hatchery/core/examples/train_sft.py
hatchery/core/scripts/__init__.py
hatchery/core/scripts/run_local_dev.sh
hatchery/core/scripts/run_worker.sh
hatchery_core.egg-info/PKG-INFO
hatchery_core.egg-info/SOURCES.txt
hatchery_core.egg-info/dependency_links.txt
hatchery_core.egg-info/entry_points.txt
hatchery_core.egg-info/requires.txt
hatchery_core.egg-info/top_level.txt
tests/test_auth.py
tests/test_batching.py
tests/test_boundary.py
tests/test_compression_middleware.py
tests/test_discovery.py
tests/test_end_to_end.py
tests/test_gateway.py
tests/test_gzip_middleware.py
tests/test_image_asset_pointer.py
tests/test_in_process_sampler.py
tests/test_lr_per_step.py
tests/test_metadata.py
tests/test_model_pool.py
tests/test_model_registry.py
tests/test_msgpack_middleware.py
tests/test_object_store.py
tests/test_optim_dispatch.py
tests/test_packing.py
tests/test_pipelining.py
tests/test_quantization.py
tests/test_queue.py
tests/test_real_http_roundtrip.py
tests/test_run_worker_script.py
tests/test_sampling.py
tests/test_sampling_idempotency.py
tests/test_session_store.py
tests/test_sparse_tensor.py
tests/test_tinker_compat.py
tests/test_tinker_sdk_contract.py
tests/test_train_sft_example.py
tests/test_trainer_full_param.py
tests/test_trainer_protocol.py
tests/test_worker_capacity_gate.py
tests/test_worker_pin_wiring.py