Metadata-Version: 2.4
Name: guava-ml
Version: 0.1.0
Summary: Distributed neural network training across multiple GPUs and machines with energy telemetry (data parallel, model parallel, pipeline parallel, tensor parallel).
Author: Peterkin Labs
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: psutil
Requires-Dist: requests; platform_system == "Windows"
Requires-Dist: wmi; platform_system == "Windows"
Requires-Dist: pynvml; platform_system != "Darwin"
Requires-Dist: nvidia-ml-py; platform_system != "Darwin"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Provides-Extra: telemetry
Requires-Dist: pynvml; extra == "telemetry"
Requires-Dist: nvidia-ml-py; extra == "telemetry"
Requires-Dist: requests; extra == "telemetry"
Requires-Dist: wmi; extra == "telemetry"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Guava: Distributed energy-aware neural network training across multiple GPUs / machines.
