.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.claude/CLAUDE.md
docs/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/guides/distributed_training.rst
docs/source/guides/index.rst
docs/source/guides/installation.rst
tests/test_distributed.py
tests/test_init.py
tests/test_module.py
tests/test_utils.py
torchfoo/__init__.py
torchfoo/module.py
torchfoo/utils.py
torchfoo.egg-info/PKG-INFO
torchfoo.egg-info/SOURCES.txt
torchfoo.egg-info/dependency_links.txt
torchfoo.egg-info/requires.txt
torchfoo.egg-info/top_level.txt
torchfoo/distributed/__init__.py
torchfoo/distributed/collective.py
torchfoo/distributed/distributed.py