LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
thunder/__init__.py
thunder/__version__.py
thunder/placeholders.py
thunder/policy.py
thunder/pydantic_compat.py
thunder/utils.py
thunder.egg-info/PKG-INFO
thunder.egg-info/SOURCES.txt
thunder.egg-info/dependency_links.txt
thunder.egg-info/entry_points.txt
thunder.egg-info/requires.txt
thunder.egg-info/top_level.txt
thunder/backend/__init__.py
thunder/backend/cli.py
thunder/backend/interface.py
thunder/backend/slurm.py
thunder/callbacks/__init__.py
thunder/callbacks/fail_on_interrupt.py
thunder/callbacks/inference_runner.py
thunder/callbacks/metric_monitor.py
thunder/callbacks/time_profiler.py
thunder/cli/__init__.py
thunder/cli/app.py
thunder/cli/backend.py
thunder/cli/backend_cli.py
thunder/cli/entrypoint.py
thunder/cli/main.py
thunder/cli/wandb.py
thunder/config/__init__.py
thunder/config/hyperparams.py
thunder/config/tb.py
thunder/layout/__init__.py
thunder/layout/fixed.py
thunder/layout/interface.py
thunder/layout/single.py
thunder/layout/split.py
thunder/predict/__init__.py
thunder/predict/predict.py
thunder/torch/__init__.py
thunder/torch/core.py
thunder/torch/utils.py
thunder/torch/loggers/__init__.py
thunder/torch/loggers/wandb.py