Skip to content

Commit 2958d88

Browse files
committed
Adding a pathways_tpu optional dependency kind
1 parent defd560 commit 2958d88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,12 @@ gcp = [
109109
tpu = [
110110
"axlearn[gcp]",
111111
"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.
112+
]
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.
113118
]
114119
# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
115120
vertexai_tensorboard = [

0 commit comments

Comments
 (0)