Skip to content

Commit 1a1164c

Browse files
committed
minor versions
1 parent dd10113 commit 1a1164c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/checkgroup.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ subprojects:
1919
- "!*.md"
2020
- "!**/*.md"
2121
checks:
22-
- "pl-cpu (macOS-13, lightning, 3.9, 2.1, oldest)"
23-
- "pl-cpu (macOS-14, lightning, 3.10, 2.1)"
22+
- "pl-cpu (macOS-13, lightning, 3.9, 2.1.2, oldest)"
23+
- "pl-cpu (macOS-14, lightning, 3.10, 2.1.2)"
2424
- "pl-cpu (macOS-14, lightning, 3.11, 2.2.2)"
25-
- "pl-cpu (macOS-14, lightning, 3.11, 2.3)"
25+
- "pl-cpu (macOS-14, lightning, 3.11, 2.3.1)"
2626
- "pl-cpu (macOS-14, lightning, 3.12, 2.4.1)"
2727
- "pl-cpu (macOS-14, lightning, 3.12, 2.5.1)"
2828
- "pl-cpu (ubuntu-20.04, lightning, 3.9, 2.1, oldest)"
@@ -144,15 +144,15 @@ subprojects:
144144
- "!*.md"
145145
- "!**/*.md"
146146
checks:
147-
- "build-cuda (3.10, 2.1, 12.1.0)"
147+
- "build-cuda (3.10, 2.1.2, 12.1.0)"
148148
- "build-cuda (3.11, 2.2.2, 12.1.0)"
149-
- "build-cuda (3.11, 2.3, 12.1.0)"
149+
- "build-cuda (3.11, 2.3.1, 12.1.0)"
150150
- "build-cuda (3.12, 2.4.1, 12.1.0)"
151151
- "build-cuda (3.12, 2.5.1, 12.1.0)"
152152
#- "build-NGC"
153-
- "build-pl (3.10, 2.1, 12.1.0)"
153+
- "build-pl (3.10, 2.1.2, 12.1.0)"
154154
- "build-pl (3.11, 2.2.2, 12.1.0)"
155-
- "build-pl (3.11, 2.3, 12.1.0)"
155+
- "build-pl (3.11, 2.3.1, 12.1.0)"
156156
- "build-pl (3.12, 2.4.1, 12.1.0)"
157157
- "build-pl (3.12, 2.5.1, 12.1.0)"
158158

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.4.1" }
5757
- { os: "ubuntu-22.04", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.4.1" }
5858
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.4.1" }
59-
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.5" }
59+
- { os: "macOS-14", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.5.1" }
6060
- { os: "ubuntu-22.04", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.5.1" }
6161
- { os: "windows-2022", pkg-name: "lightning", python-version: "3.12", pytorch-version: "2.5.1" }
6262
# only run PyTorch latest with Python latest, use PyTorch scope to limit dependency issues

.github/workflows/docker-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
include:
4444
# We only release one docker image per PyTorch version.
4545
# Make sure the matrix here matches the one below.
46-
- { python_version: "3.10", pytorch_version: "2.1", cuda_version: "12.1.0" }
47-
- { python_version: "3.11", pytorch_version: "2.2", cuda_version: "12.1.0" }
48-
- { python_version: "3.11", pytorch_version: "2.3", cuda_version: "12.1.0" }
49-
- { python_version: "3.11", pytorch_version: "2.4", cuda_version: "12.1.0" }
50-
- { python_version: "3.12", pytorch_version: "2.5", cuda_version: "12.1.0" }
46+
- { python_version: "3.10", pytorch_version: "2.1.2", cuda_version: "12.1.0" }
47+
- { python_version: "3.11", pytorch_version: "2.2.2", cuda_version: "12.1.0" }
48+
- { python_version: "3.11", pytorch_version: "2.3.1", cuda_version: "12.1.0" }
49+
- { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.0" }
50+
- { python_version: "3.12", pytorch_version: "2.5.1", cuda_version: "12.1.0" }
5151
steps:
5252
- uses: actions/checkout@v4
5353
with:
@@ -104,7 +104,7 @@ jobs:
104104
include:
105105
# These are the base images for PL release docker images.
106106
# Make sure the matrix here matches the one above.
107-
- { python_version: "3.10", pytorch_version: "2.1.0", cuda_version: "12.1.0" }
107+
- { python_version: "3.10", pytorch_version: "2.1.2", cuda_version: "12.1.0" }
108108
- { python_version: "3.11", pytorch_version: "2.2.2", cuda_version: "12.1.0" }
109109
- { python_version: "3.11", pytorch_version: "2.3.1", cuda_version: "12.1.0" }
110110
- { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.0" }

0 commit comments

Comments
 (0)