File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
# adding dome more images as Thunder mainly using python 3.10,
98
98
# and we need to support integrations as for example LitGPT
99
99
python_version : ["3.10"]
100
- pytorch_version : ["2.6.0", "2.7.0 "]
100
+ pytorch_version : ["2.6.0", "2.7.1 "]
101
101
cuda_version : ["12.6.3"]
102
102
include :
103
103
# These are the base images for PL release docker images.
@@ -108,7 +108,7 @@ jobs:
108
108
- { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.1" }
109
109
- { python_version: "3.12", pytorch_version: "2.5.1", cuda_version: "12.1.1" }
110
110
- { python_version: "3.12", pytorch_version: "2.6.0", cuda_version: "12.4.1" }
111
- - { python_version: "3.12", pytorch_version: "2.7.0 ", cuda_version: "12.6.3" }
111
+ - { python_version: "3.12", pytorch_version: "2.7.1 ", cuda_version: "12.6.3" }
112
112
steps :
113
113
- uses : actions/checkout@v4
114
114
- uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments