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 9797 # adding dome more images as Thunder mainly using python 3.10,
9898 # and we need to support integrations as for example LitGPT
9999 python_version : ["3.10"]
100- pytorch_version : ["2.6.0", "2.7.0 "]
100+ pytorch_version : ["2.6.0", "2.7.1 "]
101101 cuda_version : ["12.6.3"]
102102 include :
103103 # These are the base images for PL release docker images.
@@ -108,7 +108,7 @@ jobs:
108108 - { python_version: "3.11", pytorch_version: "2.4.1", cuda_version: "12.1.1" }
109109 - { python_version: "3.12", pytorch_version: "2.5.1", cuda_version: "12.1.1" }
110110 - { 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" }
112112 steps :
113113 - uses : actions/checkout@v4
114114 - uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments