diff --git a/.github/actions/coverage/action.yml b/.github/actions/coverage/action.yml index 84c6215..cd65687 100644 --- a/.github/actions/coverage/action.yml +++ b/.github/actions/coverage/action.yml @@ -8,7 +8,7 @@ inputs: pytorch-version: required: false type: string - default: 2.2.1 + default: 2.2.2 os: required: false type: string diff --git a/.github/actions/env/action.yml b/.github/actions/env/action.yml index 7a70727..3323748 100644 --- a/.github/actions/env/action.yml +++ b/.github/actions/env/action.yml @@ -10,7 +10,7 @@ inputs: pytorch-version: description: "The pytorch version desired." required: true - default: "2.2.1" + default: "2.2.2" type: string ref: diff --git a/.github/actions/tests/action.yml b/.github/actions/tests/action.yml index dfe2e67..5195d36 100644 --- a/.github/actions/tests/action.yml +++ b/.github/actions/tests/action.yml @@ -8,7 +8,7 @@ inputs: pytorch-version: required: false type: string - default: 2.2.1 + default: 2.2.2 os: required: false type: string diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8cd23dd..26da562 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ on: pytorch-version: required: false type: string - default: "2.2.1" + default: "2.2.2" pytorch-device: required: false type: string diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b359674..73bfff8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ on: pytorch-version: required: false type: string - default: '["2.2.1"]' + default: '["2.2.2"]' os: required: false type: string diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index b8dfb96..e0ea5a1 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -8,7 +8,7 @@ on: pytorch-version: required: false type: string - default: '["2.2.1"]' + default: '["2.2.2"]' os: required: false type: string diff --git a/.github/workflows/self-tests.yml b/.github/workflows/self-tests.yml index d4aad18..df097db 100644 --- a/.github/workflows/self-tests.yml +++ b/.github/workflows/self-tests.yml @@ -52,7 +52,7 @@ jobs: with: os: ubuntu-latest python-version: '["3.10", "3.11"]' - pytorch-version: '["2.1.2", "2.2.1"]' + pytorch-version: '["2.1.2", "2.2.2"]' pytorch-dtype: 'float32' ref: main diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6e67af..21b8954 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: pytorch-version: required: false type: string - default: '["2.2.1"]' + default: '["2.2.2"]' os: required: false type: string diff --git a/.github/workflows/tutorials.yml b/.github/workflows/tutorials.yml index 88c71a5..5c86e1a 100644 --- a/.github/workflows/tutorials.yml +++ b/.github/workflows/tutorials.yml @@ -8,7 +8,7 @@ on: pytorch-version: required: false type: string - default: '["2.2.1"]' + default: '["2.2.2"]' os: required: false type: string diff --git a/README.md b/README.md index 8adcffb..e491d03 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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.2.1`') the pytorch version desired. +- `pytorch-version`: (string, default: `'2.2.2`') 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.11'`) the python version desired. - The version should be supported by `setup-python@v4` action. -- `pytorch-version`: (string, default: `'2.2.1`') the pytorch version desired. +- `pytorch-version`: (string, default: `'2.2.2`') 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.2.1`') the pytorch version desired. +- `pytorch-version`: (string, default: `'2.2.2`') 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.11"]'`) a string with format of a json list within strings for each python version desired. -- `pytorch-version`: (json list of strings, default: `'["2.2.1"]'`) a string +- `pytorch-version`: (json list of strings, default: `'["2.2.2"]'`) 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. @@ -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.11'`) the python version desired. - The version should be supported by `setup-python@v4` action. -- `pytorch-version`: (string, default: `'2.2.1`') the pytorch version desired. +- `pytorch-version`: (string, default: `'2.2.2`') 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.11"]'`) a string with format of a json list within strings for each python version desired. -- `pytorch-version`: (json list of strings, default: `'["2.2.1"]'`) a string +- `pytorch-version`: (json list of strings, default: `'["2.2.2"]'`) 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.11"]'`) a string with format of a json list within strings for each python version desired. -- `pytorch-version`: (json list of strings, default: `'["2.2.1"]'`) a string +- `pytorch-version`: (json list of strings, default: `'["2.2.2"]'`) 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.11"]'`) a string with format of a json list within strings for each python version desired. -- `pytorch-version`: (json list of strings, default: `'["2.2.1"]'`) a string +- `pytorch-version`: (json list of strings, default: `'["2.2.2"]'`) 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.