-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from kornia/chore/bumptorch
bump default torch to 2.5.1
- Loading branch information
Showing
10 changed files
with
20 additions
and
20 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
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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ Use the actions: | |
Has the inputs: | ||
- `python-version`: (string, default: `'3.12'`) the python version desired. | ||
- The version should be supported by `setup-python@v4` action. | ||
- `pytorch-version`: (string, default: `'2.4.0`') the pytorch version desired. | ||
- `pytorch-version`: (string, default: `'2.5.1`') the pytorch version desired. | ||
- This value will be used to install pytorch using conda from pytorch | ||
channel. | ||
- If the value passed is `nightly` the nightly version of pytorch with dynamo | ||
|
@@ -40,7 +40,7 @@ Use the actions: | |
Has the inputs: | ||
- `python-version`: (string, default: `'3.12'`) the python version desired. | ||
- The version should be supported by `setup-python@v4` action. | ||
- `pytorch-version`: (string, default: `'2.4.0`') the pytorch version desired. | ||
- `pytorch-version`: (string, default: `'2.5.1`') the pytorch version desired. | ||
- This value will be used to install pytorch using conda from pytorch | ||
channel. | ||
- `os`: (string, default: `ubuntu-latest`) the OS name same as supported by [gha](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners). | ||
|
@@ -68,7 +68,7 @@ Use the actions: | |
Has the inputs: | ||
- `python-version`: (string, default: `'3.11'`) the python version desired. | ||
- The version should be supported by `setup-python@v4` action. | ||
- `pytorch-version`: (string, default: `'2.4.0`') the pytorch version desired. | ||
- `pytorch-version`: (string, default: `'2.5.1`') the pytorch version desired. | ||
- This value will be used to install pytorch using conda from pytorch | ||
channel. | ||
- `os`: (string, default: `ubuntu-latest`) the OS name same as supported by [gha](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners). | ||
|
@@ -101,7 +101,7 @@ Has the inputs: | |
- `os`: (string, default: `ubuntu-latest`) the OS name same as supported by [gha](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners). | ||
- `python-version`: (json list of strings, default: `'["3.12"]'`) a string with | ||
format of a json list within strings for each python version desired. | ||
- `pytorch-version`: (json list of strings, default: `'["2.4.0"]'`) a string | ||
- `pytorch-version`: (json list of strings, default: `'["2.5.1"]'`) a string | ||
with format of a json list within strings for each pytorch version desired. | ||
- `pytorch-dtype`: (string, default: `float32`) the dtype used to generate | ||
the tests with pytest. | ||
|
@@ -120,7 +120,7 @@ jobs: | |
tests: | ||
uses: kornia/workflows/.github/workflows/[email protected] | ||
with: | ||
python-version: '["3.8", "3.12"]' | ||
python-version: '["3.9", "3.12"]' | ||
pytorch-version: '["1.13.1", "2.0.0"]' | ||
``` | ||
|
||
|
@@ -160,7 +160,7 @@ Has the inputs: | |
- `os`: (string, default: `ubuntu-latest`) the OS name same as supported by [gha](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners). | ||
- `python-version`: (string, default: `'3.12'`) the python version desired. | ||
- The version should be supported by `setup-python@v4` action. | ||
- `pytorch-version`: (string, default: `'2.4.0`') the pytorch version desired. | ||
- `pytorch-version`: (string, default: `'2.5.1`') the pytorch version desired. | ||
- This value will be used to install pytorch using conda from pytorch | ||
channel. | ||
- `pytorch-dtype`: (string, default: `float32`) the dtype used to generate | ||
|
@@ -192,7 +192,7 @@ Has the inputs: | |
- `os`: (string, default: `ubuntu-latest`) the OS name same as supported by [gha](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners). | ||
- `python-version`: (json list of strings, default: `'["3.12"]'`) a string with | ||
format of a json list within strings for each python version desired. | ||
- `pytorch-version`: (json list of strings, default: `'["2.4.0"]'`) a string | ||
- `pytorch-version`: (json list of strings, default: `'["2.5.1"]'`) a string | ||
with format of a json list within strings for each pytorch version desired. | ||
- `fail-fast`: (boolean, default: `false`) to set the `fail-fast` behavior on | ||
the matrix strategy. | ||
|
@@ -218,7 +218,7 @@ Has the inputs: | |
- `os`: (string, default: `ubuntu-latest`) the OS name same as supported by [gha](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners). | ||
- `python-version`: (json list of strings, default: `'["3.12"]'`) a string with | ||
format of a json list within strings for each python version desired. | ||
- `pytorch-version`: (json list of strings, default: `'["2.4.0"]'`) a string | ||
- `pytorch-version`: (json list of strings, default: `'["2.5.1"]'`) a string | ||
with format of a json list within strings for each pytorch version desired. | ||
- `fail-fast`: (boolean, default: `false`) to set the `fail-fast` behavior on | ||
the matrix strategy. | ||
|
@@ -244,7 +244,7 @@ Has the inputs: | |
- `os`: (string, default: `ubuntu-latest`) the OS name same as supported by [gha](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners). | ||
- `python-version`: (json list of strings, default: `'["3.12"]'`) a string with | ||
format of a json list within strings for each python version desired. | ||
- `pytorch-version`: (json list of strings, default: `'["2.4.0"]'`) a string | ||
- `pytorch-version`: (json list of strings, default: `'["2.5.1"]'`) a string | ||
with format of a json list within strings for each pytorch version desired. | ||
- `fail-fast`: (boolean, default: `false`) to set the `fail-fast` behavior on | ||
the matrix strategy. | ||
|