From c7d6f0e94c57dd7c690b8c17dd91b61794d6e134 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Tue, 14 Jan 2025 09:34:47 +0000 Subject: [PATCH 1/5] Setup: bump torch version for LLM tests --- .github/workflows/examples_llm_pytest.yml | 2 +- .github/workflows/gen_github_actions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples_llm_pytest.yml b/.github/workflows/examples_llm_pytest.yml index f0bd1c9eb..8c5554565 100644 --- a/.github/workflows/examples_llm_pytest.yml +++ b/.github/workflows/examples_llm_pytest.yml @@ -16,7 +16,7 @@ jobs: matrix: python_version: ['3.9', '3.10'] - pytorch_version: ['2.2.2', '2.3.1', '2.4.0'] + pytorch_version: ['2.2.2', '2.3.1', '2.4.1'] platform: ['windows-latest', 'ubuntu-latest', 'macos-latest'] jit_status: ['jit_disabled', 'jit_enabled'] diff --git a/.github/workflows/gen_github_actions.py b/.github/workflows/gen_github_actions.py index a2138fd84..bff135c3f 100644 --- a/.github/workflows/gen_github_actions.py +++ b/.github/workflows/gen_github_actions.py @@ -72,7 +72,7 @@ MATRIX = od([('python_version', list(PYTHON_VERSIONS)), ('pytorch_version', list(PYTORCH_VERSIONS)), ('platform', PLATFORM_LIST)]) -EXAMPLES_LLM_PYTEST_PYTORCH_VERSIONS = ('2.2.2', '2.3.1', '2.4.0') +EXAMPLES_LLM_PYTEST_PYTORCH_VERSIONS = ('2.2.2', '2.3.1', '2.4.1') EXAMPLES_LLM_PYTEST_MATRIX = od([('python_version', list(PYTHON_VERSIONS)), ('pytorch_version', list(EXAMPLES_LLM_PYTEST_PYTORCH_VERSIONS)), ('platform', PLATFORM_LIST)]) From dd97b34a08d2a19fbef3d45365019c7263849295 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Tue, 14 Jan 2025 09:41:17 +0000 Subject: [PATCH 2/5] fix --- .github/workflows/gen_github_actions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen_github_actions.py b/.github/workflows/gen_github_actions.py index bff135c3f..68c301944 100644 --- a/.github/workflows/gen_github_actions.py +++ b/.github/workflows/gen_github_actions.py @@ -12,7 +12,8 @@ '2.1.0': '0.16.0', '2.2.2': '0.17.2', '2.3.1': '0.18.1', - '2.4.0': '0.19.0'} + '2.4.0': '0.19.0', + '2.4.1': '0.19.1'} BASE_YML_TEMPLATE = 'base.yml.template' BASE_YML_REDUCED_TEMPLATE = 'base_reduced.yml.template' @@ -38,7 +39,7 @@ EXAMPLES_LLM_PYTEST_MATRIX_REDUCED = od([('python_version', list(PYTHON_VERSIONS_REDUCED)), ('pytorch_version', list( - ('2.4.0',))), ('platform', PLATFORM_LIST_REDUCED)]) + ('2.4.1`',))), ('platform', PLATFORM_LIST_REDUCED)]) FINN_MATRIX_REDUCED = od([('python_version', list(PYTHON_VERSIONS_REDUCED)), ('pytorch_version', list(PYTORCH_LIST_REDUCED)), From e8ee651c14a08bfcfcd63d957d7ab377c4229e73 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Tue, 14 Jan 2025 09:41:38 +0000 Subject: [PATCH 3/5] fix --- .github/workflows/reduced_examples_llm_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reduced_examples_llm_pytest.yml b/.github/workflows/reduced_examples_llm_pytest.yml index dfb9296fd..5dc3fe4d1 100644 --- a/.github/workflows/reduced_examples_llm_pytest.yml +++ b/.github/workflows/reduced_examples_llm_pytest.yml @@ -18,7 +18,7 @@ jobs: matrix: python_version: ['3.9'] - pytorch_version: ['2.4.0'] + pytorch_version: ['2.4.1`'] platform: ['ubuntu-latest'] jit_status: ['jit_disabled'] From 28e83efceac70d7e93aa1662ac3f231ac116cd94 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Tue, 14 Jan 2025 09:42:33 +0000 Subject: [PATCH 4/5] typo --- .github/workflows/gen_github_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen_github_actions.py b/.github/workflows/gen_github_actions.py index 68c301944..b644dc9d0 100644 --- a/.github/workflows/gen_github_actions.py +++ b/.github/workflows/gen_github_actions.py @@ -39,7 +39,7 @@ EXAMPLES_LLM_PYTEST_MATRIX_REDUCED = od([('python_version', list(PYTHON_VERSIONS_REDUCED)), ('pytorch_version', list( - ('2.4.1`',))), ('platform', PLATFORM_LIST_REDUCED)]) + ('2.4.1',))), ('platform', PLATFORM_LIST_REDUCED)]) FINN_MATRIX_REDUCED = od([('python_version', list(PYTHON_VERSIONS_REDUCED)), ('pytorch_version', list(PYTORCH_LIST_REDUCED)), From 837363d9ea0eafc15727977e4ada24ce90996e30 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Tue, 14 Jan 2025 09:42:54 +0000 Subject: [PATCH 5/5] typo --- .github/workflows/reduced_examples_llm_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reduced_examples_llm_pytest.yml b/.github/workflows/reduced_examples_llm_pytest.yml index 5dc3fe4d1..af858e90c 100644 --- a/.github/workflows/reduced_examples_llm_pytest.yml +++ b/.github/workflows/reduced_examples_llm_pytest.yml @@ -18,7 +18,7 @@ jobs: matrix: python_version: ['3.9'] - pytorch_version: ['2.4.1`'] + pytorch_version: ['2.4.1'] platform: ['ubuntu-latest'] jit_status: ['jit_disabled']