Skip to content

Commit

Permalink
Update torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Oct 31, 2024
1 parent 7a48aa1 commit ecb62e3
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest', 'macos-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest', 'macos-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples_llm_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.2.2', '2.5']
pytorch_version: ['2.2.2', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest', 'macos-latest']
jit_status: ['jit_disabled', 'jit_enabled']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest', 'macos-latest']
jit_status: ['jit_disabled', 'jit_enabled']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest']


Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gen_github_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Reduced Test for PRs, except when a review is requested
PYTHON_VERSIONS_REDUCED = ('3.8',)

PYTORCH_LIST_REDUCED = ["2.0.1", "2.2.2", "2.5"]
PYTORCH_LIST_REDUCED = ["2.0.1", "2.2.2", "2.5.0"]

PLATFORM_LIST_REDUCED = ['ubuntu-latest']

Expand All @@ -40,7 +40,7 @@
# Data shared betwen Nox sessions and Github Actions, formatted as tuples
PYTHON_VERSIONS = ('3.8', '3.9')

PYTORCH_VERSIONS = ('2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5')
PYTORCH_VERSIONS = ('2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0')
JIT_STATUSES = ('jit_disabled', 'jit_enabled')

# Data used only by Github Actions, formatted as lists or lists of ordered dicts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest', 'macos-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest', 'macos-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

matrix:
python_version: ['3.8', '3.9']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5']
pytorch_version: ['2.0.1', '2.1.2', '2.2.2', '2.3.1', '2.4.1', '2.5.0']
platform: ['windows-latest', 'ubuntu-latest', 'macos-latest']
jit_status: ['jit_disabled', 'jit_enabled']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced_develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
python_version: ['3.8']
pytorch_version: ['2.0.1', '2.2.2', '2.5']
pytorch_version: ['2.0.1', '2.2.2', '2.5.0']
platform: ['ubuntu-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
python_version: ['3.8']
pytorch_version: ['2.0.1', '2.2.2', '2.5']
pytorch_version: ['2.0.1', '2.2.2', '2.5.0']
platform: ['ubuntu-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced_examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
python_version: ['3.8']
pytorch_version: ['2.0.1', '2.2.2', '2.5']
pytorch_version: ['2.0.1', '2.2.2', '2.5.0']
platform: ['ubuntu-latest']
jit_status: ['jit_disabled']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced_finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
python_version: ['3.8']
pytorch_version: ['2.0.1', '2.2.2', '2.5']
pytorch_version: ['2.0.1', '2.2.2', '2.5.0']
platform: ['ubuntu-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
python_version: ['3.8']
pytorch_version: ['2.0.1', '2.2.2', '2.5']
pytorch_version: ['2.0.1', '2.2.2', '2.5.0']
platform: ['ubuntu-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced_ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
python_version: ['3.8']
pytorch_version: ['2.0.1', '2.2.2', '2.5']
pytorch_version: ['2.0.1', '2.2.2', '2.5.0']
platform: ['ubuntu-latest']


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
python_version: ['3.8']
pytorch_version: ['2.0.1', '2.2.2', '2.5']
pytorch_version: ['2.0.1', '2.2.2', '2.5.0']
platform: ['ubuntu-latest']
jit_status: ['jit_disabled']

Expand Down

0 comments on commit ecb62e3

Please sign in to comment.