Skip to content

Commit 3ecf6f7

Browse files
authored
Update README with project badges
Added badges for arXiv, CODEML 2025, documentation, and license to the README.
1 parent 5fddf7f commit 3ecf6f7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
<div align="center">
2+
13
# PyLO: Learned Optimization for PyTorch
24

5+
[![arXiv](https://img.shields.io/badge/arXiv-2410.06511-b31b1b.svg)](https://arxiv.org/abs/2506.10315)
6+
[![CODEML 2025](https://img.shields.io/badge/CODEML-ICML2025-lightblue.svg)](https://openreview.net/pdf/7cb52bfc5efb9b2ce3d9bde2c59b20a841e4e070.pdf)
7+
[![forum](https://img.shields.io/badge/PyLO-Docs-green.svg)](https://belilovsky-lab.github.io/pylo/)
8+
[![License](https://img.shields.io/badge/License-BSD_3--Clause-lightgrey.svg)](./LICENSE)
9+
10+
</div>
11+
312
PyLO provides efficient PyTorch implementations of cutting-edge learned optimizers. These optimizers work as drop-in replacements to standard PyTorch optimizers, while potentially delivering improved performance with no hyperparameter tuning. With its huggingface integration, PyLO allows users to download their own optimizers from the huggingface Hub and take advantage of our high-performance kernels for training new optimizees.
413

514
## Key Features

0 commit comments

Comments
 (0)