Skip to content

Commit fedbcc0

Browse files
authored
remove torch 2.4.1 CI as part of support deprecation (axolotl-ai-cloud#2582)
1 parent 8175896 commit fedbcc0

File tree

6 files changed

+3
-49
lines changed

6 files changed

+3
-49
lines changed

.github/workflows/base.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- cuda: "124"
26-
cuda_version: 12.4.1
27-
cudnn_version: ""
28-
python_version: "3.11"
29-
pytorch: 2.4.1
30-
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
3125
- cuda: "124"
3226
cuda_version: 12.4.1
3327
cudnn_version: ""

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- cuda: 124
19-
cuda_version: 12.4.1
20-
python_version: "3.11"
21-
pytorch: 2.4.1
22-
axolotl_extras:
2318
- cuda: 124
2419
cuda_version: 12.4.1
2520
python_version: "3.11"
@@ -82,11 +77,6 @@ jobs:
8277
strategy:
8378
matrix:
8479
include:
85-
- cuda: 124
86-
cuda_version: 12.4.1
87-
python_version: "3.11"
88-
pytorch: 2.4.1
89-
axolotl_extras:
9080
- cuda: 124
9181
cuda_version: 12.4.1
9282
python_version: "3.11"

.github/workflows/multi-gpu-e2e.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
axolotl_extras: vllm
3333
num_gpus: 2
3434
nightly_build: "true"
35-
- cuda: 124
36-
cuda_version: 12.4.1
37-
python_version: "3.11"
38-
pytorch: 2.4.1
39-
axolotl_extras: # no vllm support for 2.4.1
40-
num_gpus: 2
41-
nightly_build: "true"
4235
- cuda: 124
4336
cuda_version: 12.4.1
4437
python_version: "3.11"

.github/workflows/nightlies.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- cuda: 124
16-
cuda_version: 12.4.1
17-
python_version: "3.11"
18-
pytorch: 2.4.1
19-
axolotl_extras:
2015
- cuda: 124
2116
cuda_version: 12.4.1
2217
python_version: "3.11"
@@ -70,11 +65,6 @@ jobs:
7065
strategy:
7166
matrix:
7267
include:
73-
- cuda: 124
74-
cuda_version: 12.4.1
75-
python_version: "3.11"
76-
pytorch: 2.4.1
77-
axolotl_extras:
7868
- cuda: 124
7969
cuda_version: 12.4.1
8070
python_version: "3.11"

.github/workflows/tests-nightly.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
max-parallel: 2
2727
matrix:
2828
python_version: ["3.11"]
29-
pytorch_version: ["2.4.1", "2.5.1", "2.6.0"]
29+
pytorch_version: ["2.5.1", "2.6.0", "2.7.0"]
3030
timeout-minutes: 20
3131

3232
steps:
@@ -106,13 +106,6 @@ jobs:
106106
fail-fast: false
107107
matrix:
108108
include:
109-
- cuda: 124
110-
cuda_version: 12.4.1
111-
python_version: "3.11"
112-
pytorch: 2.4.1
113-
num_gpus: 1
114-
axolotl_extras:
115-
nightly_build: "true"
116109
- cuda: 124
117110
cuda_version: 12.4.1
118111
python_version: "3.11"

.github/workflows/tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
max-parallel: 2
5050
matrix:
5151
python_version: ["3.11"]
52-
pytorch_version: ["2.4.1", "2.5.1", "2.6.0", "2.7.0"]
52+
pytorch_version: ["2.5.1", "2.6.0", "2.7.0"]
5353
timeout-minutes: 20
5454

5555
steps:
@@ -135,7 +135,7 @@ jobs:
135135
max-parallel: 1
136136
matrix:
137137
python_version: ["3.11"]
138-
pytorch_version: ["2.4.1", "2.5.1", "2.6.0"]
138+
pytorch_version: ["2.5.1", "2.6.0", "2.7.0"]
139139
timeout-minutes: 20
140140

141141
steps:
@@ -258,12 +258,6 @@ jobs:
258258
fail-fast: false
259259
matrix:
260260
include:
261-
- cuda: 124
262-
cuda_version: 12.4.1
263-
python_version: "3.11"
264-
pytorch: 2.4.1
265-
num_gpus: 1
266-
axolotl_extras:
267261
- cuda: 124
268262
cuda_version: 12.4.1
269263
python_version: "3.11"

0 commit comments

Comments
 (0)