Skip to content

Commit 5cbfb86

Browse files
authored
docker: releasing PL with latest PT 2.6 (#20655)
* docker: releasing Pl with PT 2.6 * cuda_version: "12.4.1"
1 parent 28f0fcb commit 5cbfb86

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/checkgroup.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ subprojects:
127127
- "build-cuda (3.11, 2.3.1, 12.1.1)"
128128
- "build-cuda (3.11, 2.4.1, 12.1.1)"
129129
- "build-cuda (3.12, 2.5.1, 12.1.1)"
130+
- "build-cuda (3.12, 2.6.0, 12.4.1)"
130131
#- "build-NGC"
131132
- "build-pl (3.10, 2.1, 12.1.1)"
132133
- "build-pl (3.11, 2.2, 12.1.1)"
133134
- "build-pl (3.11, 2.3, 12.1.1)"
134135
- "build-pl (3.11, 2.4, 12.1.1)"
135-
- "build-pl (3.12, 2.5, 12.1.1, true)"
136+
- "build-pl (3.12, 2.5, 12.1.1)"
137+
- "build-pl (3.12, 2.6, 12.4.1, true)"
136138

137139
# SECTION: lightning_fabric
138140

.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.4.1", latest: "true" }
5152
steps:
5253
- uses: actions/checkout@v4
5354
with:

0 commit comments

Comments
 (0)