-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cgebbe-wandb-addfile-policy
- Loading branch information
Showing
32 changed files
with
153 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,6 +109,7 @@ jobs: | |
name: checkpoints-${{ github.sha }} | ||
path: ${{ env.LEGACY_FOLDER }}/checkpoints/ | ||
retention-days: ${{ env.KEEP_DAYS }} | ||
include-hidden-files: true | ||
|
||
- run: pip install -r requirements/ci.txt | ||
- name: Upload checkpoints to S3 | ||
|
@@ -138,7 +139,7 @@ jobs: | |
run: echo ${PL_VERSION} >> back-compatible-versions.txt | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
title: Adding test for legacy checkpoint created with ${{ env.PL_VERSION }} | ||
committer: GitHub <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,18 +23,18 @@ on: | |
jobs: | ||
cron-clear: | ||
if: github.event_name == 'schedule' || github.event_name == 'pull_request' | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].6 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
with: | ||
scripts-ref: v0.11.6 | ||
scripts-ref: v0.11.7 | ||
dry-run: ${{ github.event_name == 'pull_request' }} | ||
pattern: "latest|docs" | ||
age-days: 7 | ||
|
||
direct-clear: | ||
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].6 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
with: | ||
scripts-ref: v0.11.6 | ||
scripts-ref: v0.11.7 | ||
dry-run: ${{ github.event_name == 'pull_request' }} | ||
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging | ||
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ on: | |
|
||
jobs: | ||
check-md-links: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].6 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
with: | ||
config-file: ".github/markdown-links-config.json" | ||
base-branch: "master" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
jobs: | ||
check: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].6 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
with: | ||
# skip azure due to the wrong schema file by MSFT | ||
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Create Pull Request | ||
if: ${{ github.event_name != 'pull_request' && env.SHA_ACTUAL != env.SHA_LATEST }} | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
title: "docs: update ref to latest tutorials" | ||
committer: GitHub <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ jobs: | |
|
||
- name: Create Pull Request | ||
if: github.event_name != 'pull_request' | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
title: "Bump lightning ver `${{ env.TAG }}`" | ||
committer: GitHub <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule _notebooks
updated
from e07202 to d52735
Oops, something went wrong.