Skip to content

Commit 1bc9d48

Browse files
committed
docker: releasing Pl with PT 2.6
1 parent 08266a9 commit 1bc9d48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/checkgroup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ subprojects:
132132
- "build-pl (3.11, 2.2, 12.1.1)"
133133
- "build-pl (3.11, 2.3, 12.1.1)"
134134
- "build-pl (3.11, 2.4, 12.1.1)"
135-
- "build-pl (3.12, 2.5, 12.1.1, true)"
135+
- "build-pl (3.12, 2.5, 12.1.1)"
136+
- "build-pl (3.12, 2.6, 12.1.1, true)"
136137

137138
# SECTION: lightning_fabric
138139

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- { python_version: "3.11", pytorch_version: "2.2", cuda_version: "12.1.1" }
4848
- { python_version: "3.11", pytorch_version: "2.3", cuda_version: "12.1.1" }
4949
- { python_version: "3.11", pytorch_version: "2.4", cuda_version: "12.1.1" }
50-
- { python_version: "3.12", pytorch_version: "2.5", cuda_version: "12.1.1", latest: "true" }
50+
- { python_version: "3.12", pytorch_version: "2.5", cuda_version: "12.1.1" }
51+
- { python_version: "3.12", pytorch_version: "2.6", cuda_version: "12.1.1", latest: "true" }
5152
steps:
5253
- uses: actions/checkout@v4
5354
with:

0 commit comments

Comments
 (0)