Skip to content

Commit b7950b6

Browse files
committed
update links & linter
1 parent 8088c91 commit b7950b6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ concurrency:
1111
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}
1212

1313
jobs:
14-
check-precommit:
15-
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@main
14+
#check-precommit:
15+
# uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@main
1616

1717
check-typing:
1818
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@main

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
📦 [Examples](#saving-and-loading-models)
1111
📚 [Documentation](https://lightning.ai/docs/overview/model-registry)
1212
💬 [Get help on Discord](https://discord.com/invite/XncpTy7DSt)
13-
📋 License: Apache 2.0
13+
📋 [License: Apache 2.0](https://github.com/Lightning-AI/models/blob/main/LICENSE)
1414

1515
</div>
1616

1717
______________________________________________________________________
1818

19-
**Lightning Models** is a streamlined toolkit for effortlessly saving, loading, and managing your model checkpoints. Designed to simplify the entire model lifecycle—from training and inference to sharing, deployment, and cloud integration—Lightning Models supports any framework that produces model checkpoints, including but not limited to PyTorch Lightning.
19+
**Lightning Models** is a streamlined toolkit for effortlessly saving, loading, and managing your model checkpoints.
20+
Designed to simplify the entire model lifecycle—from training and inference to sharing, deployment, and cloud integration—Lightning Models supports any framework that produces model checkpoints, including but not limited to PyTorch Lightning.
2021

2122
<pre>
2223
✅ Seamless Model Saving & Loading

0 commit comments

Comments
 (0)