File tree Expand file tree Collapse file tree 8 files changed +144
-0
lines changed
Expand file tree Collapse file tree 8 files changed +144
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Run Backward Compatibility Test - Pytorch 2.3 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_3-v1_6_0 :
14+ uses : ./.github/workflows/compatibility_torch_tests.yml
15+ with :
16+ save_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.3.*"
Original file line number Diff line number Diff line change 1+ name : Run Backward Compatibility Test - Pytorch 2.4 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_4-v1_6_0 :
14+ uses : ./.github/workflows/compatibility_torch_tests.yml
15+ with :
16+ save_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.4.*"
Original file line number Diff line number Diff line change 1+ name : Run Backward Compatibility Test - Pytorch 2.5 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_5-v1_6_0 :
14+ uses : ./.github/workflows/compatibility_torch_tests.yml
15+ with :
16+ save_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.5.*"
Original file line number Diff line number Diff line change 1+ name : Run Backward Compatibility Test - Pytorch 2.6 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_6-v1_6_0 :
14+ uses : ./.github/workflows/compatibility_torch_tests.yml
15+ with :
16+ save_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.6.*"
Original file line number Diff line number Diff line change 1+ name : Run Forward Compatibility Test - Pytorch 2.3 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_3-v1_6_0 :
14+ uses : ./.github/workflows/forward_compatibility_torch_tests.yml
15+ with :
16+ load_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.3.*"
Original file line number Diff line number Diff line change 1+ name : Run Forward Compatibility Test - Pytorch 2.4 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_4-v1_6_0 :
14+ uses : ./.github/workflows/forward_compatibility_torch_tests.yml
15+ with :
16+ load_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.4.*"
Original file line number Diff line number Diff line change 1+ name : Run Forward Compatibility Test - Pytorch 2.5 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_5-v1_6_0 :
14+ uses : ./.github/workflows/forward_compatibility_torch_tests.yml
15+ with :
16+ load_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.5.*"
Original file line number Diff line number Diff line change 1+ name : Run Forward Compatibility Test - Pytorch 2.6 MCTQ v1.6.0
2+ on :
3+ workflow_dispatch : # Allow manual triggers
4+ schedule :
5+ - cron : 0 0 * * *
6+ pull_request :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
11+
12+ jobs :
13+ run-comp-torch-2_6-v1_6_0 :
14+ uses : ./.github/workflows/forward_compatibility_torch_tests.yml
15+ with :
16+ load_version : " v1.6.0"
17+ python_version : " 3.12"
18+ torch_version : " 2.6.*"
You can’t perform that action at this time.
0 commit comments