Skip to content

Commit

Permalink
Update common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Sep 30, 2024
1 parent a266d0a commit 4a4a17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dags/legacy_test/tests/pytorch/r2.5/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local volumes = import 'templates/volumes.libsonnet';
tpuSettings+: {
softwareVersion: 'tpu-ubuntu2204-base',
},
imageTag: 'r2.5.0-rc1_3.10',
imageTag: 'r2.5.0-rc5_3.10',
},
PyTorchTest:: common.PyTorchTest + r2_5 {
local config = self,
Expand Down Expand Up @@ -104,7 +104,7 @@ local volumes = import 'templates/volumes.libsonnet';
pip install pillow
git clone --depth=1 https://github.com/pytorch/pytorch.git
cd pytorch
git clone -b v2.5.0-rc1 https://github.com/pytorch/xla.git
git clone -b v2.5.0-rc5 https://github.com/pytorch/xla.git
|||,
},
podTemplate+:: {
Expand Down Expand Up @@ -145,7 +145,7 @@ local volumes = import 'templates/volumes.libsonnet';
pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.5.0rc1-cp310-cp310-linux_x86_64.whl
mkdir -p pytorch/xla
git clone -b v2.5.0-rc1 https://github.com/pytorch/xla.git pytorch/xla
git clone -b v2.5.0-rc5 https://github.com/pytorch/xla.git pytorch/xla
%s
Expand Down

0 comments on commit 4a4a17d

Please sign in to comment.