-
Notifications
You must be signed in to change notification settings - Fork 412
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 ci/PT-2.6
- Loading branch information
Showing
13 changed files
with
55 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,19 +13,19 @@ concurrency: | |
|
||
jobs: | ||
check-code: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].9 | ||
with: | ||
actions-ref: v0.11.8 | ||
actions-ref: v0.11.9 | ||
extra-typing: "typing" | ||
|
||
check-schema: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].9 | ||
|
||
check-package: | ||
if: github.event.pull_request.draft == false | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].9 | ||
with: | ||
actions-ref: v0.11.8 | ||
actions-ref: v0.11.9 | ||
artifact-name: dist-packages-${{ github.sha }} | ||
import-name: "torchmetrics" | ||
testing-matrix: | | ||
|
@@ -35,7 +35,7 @@ jobs: | |
} | ||
check-md-links: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].9 | ||
with: | ||
base-branch: master | ||
config-file: ".github/markdown-links-config.json" |
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 |
---|---|---|
|
@@ -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].8 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].9 | ||
with: | ||
scripts-ref: v0.11.7 | ||
scripts-ref: v0.11.9 | ||
dry-run: ${{ github.event_name == 'pull_request' }} | ||
pattern: "pip-latest" | ||
age-days: 7 | ||
|
||
direct-clear: | ||
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].9 | ||
with: | ||
scripts-ref: v0.11.8 | ||
scripts-ref: v0.11.9 | ||
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
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package | ||
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment | ||
|
||
transformers >=4.42.3, <4.47.0 | ||
transformers >=4.42.3, <4.48.0 | ||
piq <=0.8.0 |
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
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