Skip to content

Commit a10d4f3

Browse files
committed
shortened version in build-pl
1 parent 1a1164c commit a10d4f3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/checkgroup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ subprojects:
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.2, 12.1.0)"
154-
- "build-pl (3.11, 2.2.2, 12.1.0)"
155-
- "build-pl (3.11, 2.3.1, 12.1.0)"
156-
- "build-pl (3.12, 2.4.1, 12.1.0)"
157-
- "build-pl (3.12, 2.5.1, 12.1.0)"
153+
- "build-pl (3.10, 2.1, 12.1.0)"
154+
- "build-pl (3.11, 2.2, 12.1.0)"
155+
- "build-pl (3.11, 2.3, 12.1.0)"
156+
- "build-pl (3.12, 2.4, 12.1.0)"
157+
- "build-pl (3.12, 2.5, 12.1.0)"
158158

159159
# SECTION: lightning_fabric
160160

.github/workflows/docker-build.yml

Lines changed: 5 additions & 5 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.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" }
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" }
5151
steps:
5252
- uses: actions/checkout@v4
5353
with:

0 commit comments

Comments
 (0)