Metadata-Version: 2.1
Name: torchdistlog
Version: 0.0.1
Summary: Logging for distributed PyTorch training.
Home-page: https://github.com/zbr17/torchdistlog
Author: Borui Zhang
Author-email: zhang-br21@mails.tsinghua.edu.cn
License: UNKNOWN
Project-URL: Docs, https://github.com/zbr17/torchdistlog
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Logger for PyTorch.distributed

> version == 0.0.1

- modified from `logging` package.
- add function `tqdm` which only returns a `tqdm` instance in `rank=0` process.

