Skip to content

Commit 821611b

Browse files
authored
bump: PyTorch to be latest 2.7.1 (#20877)
1 parent 6675932 commit 821611b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)