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 defd560 commit 2958d88Copy full SHA for 2958d88
pyproject.toml
@@ -109,7 +109,12 @@ gcp = [
109
tpu = [
110
"axlearn[gcp]",
111
"jax[tpu]==0.5.3", # must be >=0.4.19 for compat with v5p.
112
- "pathwaysutils==0.1.1", # For JAX+Pathways single-controller accelerator coordinator.
+]
113
+# For Pathways TPU training.
114
+pathways_tpu = [
115
+ "axlearn[gcp]",
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.
118
]
119
# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
120
vertexai_tensorboard = [
0 commit comments