Skip to content

Commit d450ab3

Browse files
authored
Update cuda version check (#9469)
1 parent 6acc8f3 commit d450ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/tpu-pytorch-releases/artifacts_builds.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ locals {
6262

6363
# cuda build for latest release
6464
[
65-
for pair in setproduct(local.tpu_python_versions, local.cuda_versions["r2.7"]) : {
65+
for pair in setproduct(local.tpu_python_versions, local.cuda_versions["r2.8"]) : {
6666
git_tag = local.release_git_tag
6767
package_version = local.release_package_version
6868
pytorch_git_rev = local.release_pytorch_git_rev

0 commit comments

Comments
 (0)