Metadata-Version: 2.1
Name: fsdp_optimizers
Version: 0.0.1
Summary: supporting pytorch FSDP for optimizers
Home-page: https://github.com/ethansmith2000/fsdp_optimizers
Author: Ethan Smith
Author-email: 98723285+ethansmith2000@users.noreply.github.com
License: Apache
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: numpy

# fsdp_optimizers
supporting pytorch FSDP for optimizers

run cifar10.py for tests, tested with torch 2.5, arguments at top of file.
