Skip to content

Commit de79549

Browse files
adding badges to readme (#82)
* adding badges to readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent be4a916 commit de79549

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

55
<img alt="Lightning" src="https://pl-public-data.s3.us-east-1.amazonaws.com/assets_lightning/LitModels.png" width="800px" style="max-width: 100%;">
66

7-
<div align="center">
8-
<div style="text-align: center;">
9-
<a target="_blank" href="#quick-start" style="margin: 0 10px;">Quick start</a> •
10-
<a target="_blank" href="#examples" style="margin: 0 10px;">Examples</a> •
11-
<a target="_blank" href="#features" style="margin: 0 10px;">Features</a> •
12-
<a target="_blank" href="#performance" style="margin: 0 10px;">Performance</a> •
13-
<a target="_blank" href="#community" style="margin: 0 10px;">Community</a> •
14-
<a target="_blank" href="https://lightning.ai/docs/overview/model-registry" style="margin: 0 10px;">Docs</a>
15-
</div>
16-
</div>
177
</div>
188

199
______________________________________________________________________
@@ -28,6 +18,21 @@ Save, load, host, and share models without slowing down training.
2818
✅ Load models anywhere. ✅ Host on Lightning or your own cloud.
2919
</pre>
3020

21+
[![Discord](https://img.shields.io/discord/1077906959069626439?label=Get%20help%20on%20Discord)](https://discord.gg/WajDThKAur)
22+
![CI testing](https://github.com/Lightning-AI/LitModels/actions/workflows/ci-testing.yml/badge.svg?event=push)
23+
![Cloud integration](https://github.com/Lightning-AI/LitModels/actions/workflows/ci-cloud.yml/badge.svg?event=push)
24+
[![codecov](https://codecov.io/gh/Lightning-AI/LitModels/graph/badge.svg?token=MQ0PN2cxKo)](https://codecov.io/gh/Lightning-AI/LitModels)
25+
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Lightning-AI/LitModels/blob/main/LICENSE)
26+
27+
<div style="text-align: center;">
28+
<a target="_blank" href="#quick-start" style="margin: 0 10px;">Quick start</a> •
29+
<a target="_blank" href="#examples" style="margin: 0 10px;">Examples</a> •
30+
<a target="_blank" href="#features" style="margin: 0 10px;">Features</a> •
31+
<a target="_blank" href="#performance" style="margin: 0 10px;">Performance</a> •
32+
<a target="_blank" href="#community" style="margin: 0 10px;">Community</a> •
33+
<a target="_blank" href="https://lightning.ai/docs/overview/model-registry" style="margin: 0 10px;">Docs</a>
34+
</div>
35+
3136
</div>
3237

3338
# Quick start

0 commit comments

Comments
 (0)