Metadata-Version: 2.1
Name: xztrainer
Version: 0.7.2
Summary: A customizable training pipeline for PyTorch
License: MPL-2.0
Author: Maxim Afanasyev
Author-email: mr.applexz@gmail.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: deepspeed
Provides-Extra: tensorboard
Provides-Extra: torch
Requires-Dist: deepspeed (>=0.5.10) ; (sys_platform == "linux") and (extra == "deepspeed")
Requires-Dist: numpy (>=1.22.1)
Requires-Dist: tensorboard (>=2.8.0) ; extra == "tensorboard"
Requires-Dist: torch (>=1.10.0) ; extra == "torch"
Requires-Dist: tqdm (>=4.62.3)
