Metadata-Version: 2.1
Name: hivemind
Version: 0.9.6
Summary: Decentralized deep learning in PyTorch
Home-page: https://github.com/learning-at-home/hivemind
Author: Learning@home & contributors
Author-email: mryabinin0@gmail.com
License: MIT
Keywords: pytorch,deep learning,machine learning,gpu,distributed computing,volunteer computing,dht
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyYAML
Requires-Dist: torch (>=1.6.0)
Requires-Dist: numpy (>=1.17)
Requires-Dist: scipy (>=1.2.1)
Requires-Dist: prefetch-generator (>=1.0.1)
Requires-Dist: msgpack (>=0.5.6)
Requires-Dist: sortedcontainers
Requires-Dist: uvloop (>=0.14.0)
Requires-Dist: grpcio (>=1.33.2)
Requires-Dist: grpcio-tools (>=1.33.2)
Requires-Dist: protobuf (>=3.12.2)
Requires-Dist: configargparse (>=1.2.3)
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-forked ; extra == 'all'
Requires-Dist: pytest-asyncio ; extra == 'all'
Requires-Dist: codecov ; extra == 'all'
Requires-Dist: tqdm ; extra == 'all'
Requires-Dist: scikit-learn ; extra == 'all'
Requires-Dist: recommonmark ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-forked ; extra == 'dev'
Requires-Dist: pytest-asyncio ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: tqdm ; extra == 'dev'
Requires-Dist: scikit-learn ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'

Decentralized deep learning in PyTorch. Built to train giant models on thousands of volunteers across the world.


