Metadata-Version: 2.1
Name: dowg
Version: 0.2.1
Summary: DoWG parameter-free adaptive optimizer
Author-email: Patrick Shanahan <patrick.e.shanahan@gmail.com>
Project-URL: Homepage, https://github.com/AMorporkian/dowg
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

This is an implementation of the DoWG optimization algorithm as laid out by [Khaled et al.][1]. I am unsure if the implementation is correct, and I took the liberty of creating a quantized implementation under DoWG8bit as the ordinary version absolutely gobbles up Vram.

Pull requests are welcome.

[1]: https://arxiv.org/abs/2305.16284
