We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ea586 commit 1c00deaCopy full SHA for 1c00dea
infra/tpu-pytorch/tpu_ci.tf
@@ -9,5 +9,6 @@ module "v4_arc_cluster" {
9
max_tpu_nodes = 32
10
github_repo_url = "https://github.com/pytorch/xla"
11
# Dockerfile for this image can be found at test/tpu/Dockerfile
12
- runner_image = "gcr.io/tpu-pytorch/tpu-ci-runner:latest"
+ # TODO(https://github.com/pytorch/xla/issues/8946): Update latest tag
13
+ runner_image = "gcr.io/tpu-pytorch/tpu-ci-runner:test"
14
}
0 commit comments