Skip to content

Commit 4e06a81

Browse files
authored
Update rc for pytorchxla 2.8 (GoogleCloudPlatform#776)
1 parent 9897869 commit 4e06a81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dags/legacy_test/tests/pytorch/r2.8/common.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ local mixins = import 'templates/mixins.libsonnet';
1818
local utils = import 'templates/utils.libsonnet';
1919
local volumes = import 'templates/volumes.libsonnet';
2020

21-
local rcVersion = 'rc5';
21+
local rcVersion = 'rc1';
2222

2323
// make sure the vision commit aligns with upstream. E.g., for 2.8 release:
2424
// https://github.com/pytorch/pytorch/blob/release/2.8/.github/ci_commit_pins/vision.txt.
@@ -31,7 +31,7 @@ local vision_commit = 'd23a6e1664d20707c11781299611436e1f0c104f';
3131
tpuSettings+: {
3232
softwareVersion: 'tpu-ubuntu2204-base',
3333
},
34-
imageTag: 'r2.8.0-%(rc)s_3.10' % {rc: rcVersion},
34+
imageTag: 'r2.8.0-%(rc)s_3.12' % {rc: rcVersion},
3535
},
3636
PyTorchTest:: common.PyTorchTest + r2_8 {
3737
local config = self,

0 commit comments

Comments
 (0)