Skip to content

Commit cee72ff

Browse files
committed
cuda 12.1.1
1 parent a9e3b4a commit cee72ff

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/checkgroup.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,17 @@ subprojects:
145145
- "!*.md"
146146
- "!**/*.md"
147147
checks:
148-
- "build-cuda (3.10, 2.1.2, 12.1.0)"
149-
- "build-cuda (3.11, 2.2.2, 12.1.0)"
150-
- "build-cuda (3.11, 2.3.1, 12.1.0)"
151-
- "build-cuda (3.11, 2.4.1, 12.1.0)"
152-
- "build-cuda (3.12, 2.5.1, 12.1.0)"
148+
- "build-cuda (3.10, 2.1.2, 12.1.1)"
149+
- "build-cuda (3.11, 2.2.2, 12.1.1)"
150+
- "build-cuda (3.11, 2.3.1, 12.1.1)"
151+
- "build-cuda (3.11, 2.4.1, 12.1.1)"
152+
- "build-cuda (3.12, 2.5.1, 12.1.1)"
153153
#- "build-NGC"
154-
- "build-pl (3.10, 2.1, 12.1.0)"
155-
- "build-pl (3.11, 2.2, 12.1.0)"
156-
- "build-pl (3.11, 2.3, 12.1.0)"
157-
- "build-pl (3.11, 2.4, 12.1.0)"
158-
- "build-pl (3.12, 2.5, 12.1.0)"
154+
- "build-pl (3.10, 2.1, 12.1.1)"
155+
- "build-pl (3.11, 2.2, 12.1.1)"
156+
- "build-pl (3.11, 2.3, 12.1.1)"
157+
- "build-pl (3.11, 2.4, 12.1.1)"
158+
- "build-pl (3.12, 2.5, 12.1.1, true)"
159159

160160
# SECTION: lightning_fabric
161161

.github/workflows/docker-build.yml

Lines changed: 10 additions & 10 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", latest: "true" }
46+
- { python_version: "3.10", pytorch_version: "2.1", cuda_version: "12.1.1" }
47+
- { python_version: "3.11", pytorch_version: "2.2", cuda_version: "12.1.1" }
48+
- { python_version: "3.11", pytorch_version: "2.3", cuda_version: "12.1.1" }
49+
- { 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" }
5151
steps:
5252
- uses: actions/checkout@v4
5353
with:
@@ -95,11 +95,11 @@ jobs:
9595
include:
9696
# These are the base images for PL release docker images.
9797
# Make sure the matrix here matches the one above.
98-
- { python_version: "3.10", pytorch_version: "2.1.2", cuda_version: "12.1.0" }
99-
- { python_version: "3.11", pytorch_version: "2.2.2", cuda_version: "12.1.0" }
100-
- { python_version: "3.11", pytorch_version: "2.3.1", cuda_version: "12.1.0" }
101-
- { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.0" }
102-
- { python_version: "3.12", pytorch_version: "2.5.1", cuda_version: "12.1.0" }
98+
- { python_version: "3.10", pytorch_version: "2.1.2", cuda_version: "12.1.1" }
99+
- { python_version: "3.11", pytorch_version: "2.2.2", cuda_version: "12.1.1" }
100+
- { python_version: "3.11", pytorch_version: "2.3.1", cuda_version: "12.1.1" }
101+
- { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.1" }
102+
- { python_version: "3.12", pytorch_version: "2.5.1", cuda_version: "12.1.1" }
103103
steps:
104104
- uses: actions/checkout@v4
105105
- uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)