File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments