Skip to content

Commit d9f8864

Browse files
docs: Update README.md front matter and links (#36)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d64060d commit d9f8864

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
<div align="center">
2+
13
# ML Flashpoint
24

35
[![Build and Test](https://github.com/google/ml-flashpoint/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/google/ml-flashpoint/actions/workflows/build_and_test.yml)
6+
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-3100/)
7+
8+
[Documentation](https://google.github.io/ml-flashpoint/) | [Performance](https://google.github.io/ml-flashpoint/#performance) | [Contributing](./CONTRIBUTING.md) | [Security](./SECURITY.md)
9+
</div>
10+
11+
## Overview
412

513
A memory-first, lightning-fast, ready-to-use ML checkpointing library.
614

@@ -14,7 +22,7 @@ Below you will find development instructions for contributors.
1422

1523
## Installation
1624

17-
This library defines core dependencies, as well as additional optional dependencies for specific adapters, to avoid polluting consumers with unnecessary dependencies.
25+
This library defines core dependencies, as well as additional _optional_ dependencies for specific adapters, to avoid polluting consumers with unnecessary dependencies.
1826
See the adapters installation commands below for examples of the available options, and the [`pyproject.toml`](./pyproject.toml) as the source of truth for all available adapters.
1927

2028
### Core Library

0 commit comments

Comments
 (0)