Skip to content

Commit a7e0f51

Browse files
committed
Move to a more recent version of pathways images since the default one does not produce proxy trace
1 parent 33c96a1 commit a7e0f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axlearn/cloud/gcp/pathways_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Pin to specific pathways image version for stable release.
4242
# There is no guarantee that this image will work with newer Jax releases.
4343
# However this image was also tested in Maxtext with Jax 0.6.1.
44-
_PATHWAYS_IMAGE_TAG = "jax-0.5.3-patch060625"
44+
_PATHWAYS_IMAGE_TAG = "jax-0.6.2"
4545
# The docker image used by pathways proxy container.
4646
_PATHWAYS_PROXY_IMAGE = (
4747
f"us-docker.pkg.dev/cloud-tpu-v2-images/pathways/proxy_server:{_PATHWAYS_IMAGE_TAG}"

0 commit comments

Comments
 (0)