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 4545 uses : ./.github/workflows/_build_torch_xla.yml
4646 needs : [check_code_changes, get-torch-commit]
4747 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
4949 torch-commit : ${{needs.get-torch-commit.outputs.torch_commit}}
5050 timeout-minutes : 45 # Takes ~20m as of 2025/5/30.
5151 has_code_changes : ${{ needs.check_code_changes.outputs.has_code_changes }}
5858 uses : ./.github/workflows/_test.yml
5959 needs : [build-torch-xla, check_code_changes, get-torch-commit]
6060 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
6262 timeout-minutes : 45 # Takes ~26m as of 2025/5/30.
6363 collect-coverage : false
6464 runner : linux.24xlarge
9292 needs : build-torch-xla
9393 if : github.event_name == 'push'
9494 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
9696 secrets :
9797 torchxla-bot-token : ${{ secrets.TORCH_XLA_BOT_TOKEN }}
Original file line number Diff line number Diff line change 11dev_images = [
22 {
33 accelerator = " tpu"
4- extra_tags = [" tpu" ]
54 python_version = " 3.10"
65 },
76 {
You can’t perform that action at this time.
0 commit comments