Skip to content

Commit 1a59097

Browse files
awaelchlicarmoccaBorda
authoredJan 26, 2024
Drop support for PyTorch 1.12 (#19300)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent 3bd133b commit 1a59097

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+92
-172
lines changed
 

‎.github/checkgroup.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ subprojects:
1919
- "!*.md"
2020
- "!**/*.md"
2121
checks:
22-
- "pl-cpu (macOS-11, lightning, 3.8, 1.12, oldest)"
23-
- "pl-cpu (macOS-11, lightning, 3.9, 1.12)"
22+
- "pl-cpu (macOS-11, lightning, 3.8, 1.13, oldest)"
2423
- "pl-cpu (macOS-11, lightning, 3.10, 1.13)"
2524
- "pl-cpu (macOS-11, lightning, 3.10, 2.0)"
2625
- "pl-cpu (macOS-11, lightning, 3.10, 2.1)"
27-
- "pl-cpu (ubuntu-20.04, lightning, 3.8, 1.12, oldest)"
28-
- "pl-cpu (ubuntu-20.04, lightning, 3.9, 1.12)"
26+
- "pl-cpu (ubuntu-20.04, lightning, 3.8, 1.13, oldest)"
2927
- "pl-cpu (ubuntu-20.04, lightning, 3.10, 1.13)"
3028
- "pl-cpu (ubuntu-20.04, lightning, 3.10, 2.0)"
3129
- "pl-cpu (ubuntu-20.04, lightning, 3.10, 2.1)"
32-
- "pl-cpu (windows-2022, lightning, 3.8, 1.12, oldest)"
33-
- "pl-cpu (windows-2022, lightning, 3.9, 1.12)"
30+
- "pl-cpu (windows-2022, lightning, 3.8, 1.13, oldest)"
3431
- "pl-cpu (windows-2022, lightning, 3.10, 1.13)"
3532
- "pl-cpu (windows-2022, lightning, 3.10, 2.0)"
3633
- "pl-cpu (windows-2022, lightning, 3.10, 2.1)"
@@ -143,13 +140,11 @@ subprojects:
143140
- "!*.md"
144141
- "!**/*.md"
145142
checks:
146-
- "build-cuda (3.9, 1.12, 11.7.1)"
147143
- "build-cuda (3.9, 1.13, 11.8.0)"
148144
- "build-cuda (3.9, 1.13, 12.0.1)"
149145
- "build-cuda (3.10, 2.0, 11.8.0)"
150146
- "build-cuda (3.10, 2.1, 12.1.0)"
151147
#- "build-NGC"
152-
- "build-pl (3.9, 1.12, 11.7.1)"
153148
- "build-pl (3.9, 1.13, 11.8.0)"
154149
- "build-pl (3.9, 1.13, 12.0.1)"
155150
- "build-pl (3.10, 2.0, 11.8.0)"
@@ -193,18 +188,15 @@ subprojects:
193188
- "!*.md"
194189
- "!**/*.md"
195190
checks:
196-
- "fabric-cpu (macOS-11, lightning, 3.8, 1.12, oldest)"
197-
- "fabric-cpu (macOS-11, lightning, 3.9, 1.12)"
191+
- "fabric-cpu (macOS-11, lightning, 3.8, 1.13, oldest)"
198192
- "fabric-cpu (macOS-11, lightning, 3.10, 1.13)"
199193
- "fabric-cpu (macOS-11, lightning, 3.10, 2.0)"
200194
- "fabric-cpu (macOS-11, lightning, 3.11, 2.1)"
201-
- "fabric-cpu (ubuntu-20.04, lightning, 3.8, 1.12, oldest)"
202-
- "fabric-cpu (ubuntu-20.04, lightning, 3.9, 1.12)"
195+
- "fabric-cpu (ubuntu-20.04, lightning, 3.8, 1.13, oldest)"
203196
- "fabric-cpu (ubuntu-20.04, lightning, 3.10, 1.13)"
204197
- "fabric-cpu (ubuntu-20.04, lightning, 3.10, 2.0)"
205198
- "fabric-cpu (ubuntu-20.04, lightning, 3.11, 2.1)"
206-
- "fabric-cpu (windows-2022, lightning, 3.8, 1.12, oldest)"
207-
- "fabric-cpu (windows-2022, lightning, 3.9, 1.12)"
199+
- "fabric-cpu (windows-2022, lightning, 3.8, 1.13, oldest)"
208200
- "fabric-cpu (windows-2022, lightning, 3.10, 1.13)"
209201
- "fabric-cpu (windows-2022, lightning, 3.10, 2.0)"
210202
- "fabric-cpu (windows-2022, lightning, 3.11, 2.1)"

‎.github/workflows/ci-tests-fabric.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
include:
42-
- { os: "macOS-11", pkg-name: "lightning", python-version: "3.9", pytorch-version: "1.12" }
4342
- { os: "macOS-11", pkg-name: "lightning", python-version: "3.10", pytorch-version: "1.13" }
44-
- { os: "ubuntu-20.04", pkg-name: "lightning", python-version: "3.9", pytorch-version: "1.12" }
4543
- { os: "ubuntu-20.04", pkg-name: "lightning", python-version: "3.10", pytorch-version: "1.13" }
46-
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.9", pytorch-version: "1.12" }
4744
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.10", pytorch-version: "1.13" }
4845
# only run PyTorch latest
4946
- { os: "macOS-11", pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.0" }
@@ -68,21 +65,21 @@ jobs:
6865
os: "macOS-11",
6966
pkg-name: "lightning",
7067
python-version: "3.8",
71-
pytorch-version: "1.12",
68+
pytorch-version: "1.13",
7269
requires: "oldest",
7370
}
7471
- {
7572
os: "ubuntu-20.04",
7673
pkg-name: "lightning",
7774
python-version: "3.8",
78-
pytorch-version: "1.12",
75+
pytorch-version: "1.13",
7976
requires: "oldest",
8077
}
8178
- {
8279
os: "windows-2022",
8380
pkg-name: "lightning",
8481
python-version: "3.8",
85-
pytorch-version: "1.12",
82+
pytorch-version: "1.13",
8683
requires: "oldest",
8784
}
8885
# "fabric" installs the standalone package

0 commit comments

Comments
 (0)