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.
vm_resource
1 parent 976fbe8 commit 8a83f06Copy full SHA for 8a83f06
1 file changed
dags/common/vm_resource.py
@@ -398,5 +398,11 @@ class DockerImage(enum.Enum):
398
"gcr.io/tpu-prod-env-multipod/maxtext_post_training_nightly:"
399
f"{datetime.datetime.today().strftime('%Y-%m-%d')}"
400
)
401
- TPU_OBS_LIBTPU_NIGHTLY = "us-west1-docker.pkg.dev/cienet-cmcs/tpu-obs-cloud-build/libtpu-nightly:latest"
402
- TPU_OBS_LIBTPU_STABLE = "us-west1-docker.pkg.dev/cienet-cmcs/tpu-obs-cloud-build/libtpu-stable:latest"
+ LIBTPU_NIGHTLY = (
+ "us-west1-docker.pkg.dev/cienet-cmcs/tpu-obs-cloud-build/libtpu-nightly:"
403
+ "latest"
404
+ )
405
+ LIBTPU_STABLE = (
406
+ "us-west1-docker.pkg.dev/cienet-cmcs/tpu-obs-cloud-build/libtpu-stable:"
407
408
0 commit comments