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 33c96a1 commit a7e0f51Copy full SHA for a7e0f51
axlearn/cloud/gcp/pathways_utils.py
@@ -41,7 +41,7 @@
41
# Pin to specific pathways image version for stable release.
42
# There is no guarantee that this image will work with newer Jax releases.
43
# However this image was also tested in Maxtext with Jax 0.6.1.
44
-_PATHWAYS_IMAGE_TAG = "jax-0.5.3-patch060625"
+_PATHWAYS_IMAGE_TAG = "jax-0.6.2"
45
# The docker image used by pathways proxy container.
46
_PATHWAYS_PROXY_IMAGE = (
47
f"us-docker.pkg.dev/cloud-tpu-v2-images/pathways/proxy_server:{_PATHWAYS_IMAGE_TAG}"
0 commit comments