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 bc71f49 commit 01e26a2Copy full SHA for 01e26a2
pyproject.toml
@@ -110,11 +110,11 @@ tpu = [
110
"axlearn[gcp]",
111
"jax[tpu]==0.5.3", # must be >=0.4.19 for compat with v5p.
112
]
113
-# For Pathways TPU training.
+# For TPU+Pathways single-controller training
114
pathways-tpu = [
115
116
"jax==0.5.3", # must be >=0.4.19 for compat with v5p.
117
- "pathwaysutils @ git+https://github.com/AI-Hypercomputer/pathways-utils", # For JAX+Pathways single-controller accelerator coordinator.
+ "pathwaysutils @ git+https://github.com/AI-Hypercomputer/pathways-utils",
118
119
# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
120
vertexai_tensorboard = [
0 commit comments