File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
infra/tpu-pytorch-releases Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 45
45
uses : ./.github/workflows/_build_torch_xla.yml
46
46
needs : [check_code_changes, get-torch-commit]
47
47
with :
48
- dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_tpuvm
48
+ dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.12_tpuvm
49
49
torch-commit : ${{needs.get-torch-commit.outputs.torch_commit}}
50
50
timeout-minutes : 45 # Takes ~20m as of 2025/5/30.
51
51
has_code_changes : ${{ needs.check_code_changes.outputs.has_code_changes }}
58
58
uses : ./.github/workflows/_test.yml
59
59
needs : [build-torch-xla, check_code_changes, get-torch-commit]
60
60
with :
61
- dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_tpuvm
61
+ dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.12_tpuvm
62
62
timeout-minutes : 45 # Takes ~26m as of 2025/5/30.
63
63
collect-coverage : false
64
64
runner : linux.24xlarge
92
92
needs : build-torch-xla
93
93
if : github.event_name == 'push'
94
94
with :
95
- dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_tpuvm
95
+ dev-image : us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.12_tpuvm
96
96
secrets :
97
97
torchxla-bot-token : ${{ secrets.TORCH_XLA_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1
1
dev_images = [
2
2
{
3
3
accelerator = " tpu"
4
- extra_tags = [" tpu" ]
5
4
python_version = " 3.10"
6
5
},
7
6
{
You can’t perform that action at this time.
0 commit comments