Skip to content

Commit

Permalink
Merge pull request #2 from google-research/test_516035005
Browse files Browse the repository at this point in the history
Add install blurb to readme
  • Loading branch information
vlad17 authored Mar 12, 2023
2 parents 88cd6fc + 7bb8c01 commit 6ebd104
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# `precondition`: Preconditioning Optimizers

[![Unittests](https://github.com/google-research/precondition/actions/workflows/pytest_and_autopublish.yml/badge.svg)](https://github.com/google-research/precondition/actions/workflows/pytest_and_autopublish.yml)
[![PyPI version](https://badge.fury.io/py/precondition.svg)](https://badge.fury.io/py/precondition)
[![PyPI version](https://badge.fury.io/py/precondition.svg)](https://badge.fury.io/py/precondition-opt)

Installation
```
pip3 install -U precondition-opt
```

Currently, this contains several preconditioning optimizer implementations. Please refer to the citations below.

Expand Down

0 comments on commit 6ebd104

Please sign in to comment.