File tree Expand file tree Collapse file tree
dags/legacy_test/tests/pytorch/r2.8 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ local mixins = import 'templates/mixins.libsonnet';
1818local utils = import 'templates/utils.libsonnet' ;
1919local 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 ,
You can’t perform that action at this time.
0 commit comments