Skip to content

Commit 01e26a2

Browse files
committed
Updated some comments in pyproject.toml
1 parent bc71f49 commit 01e26a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ tpu = [
110110
"axlearn[gcp]",
111111
"jax[tpu]==0.5.3", # must be >=0.4.19 for compat with v5p.
112112
]
113-
# For Pathways TPU training.
113+
# For TPU+Pathways single-controller training
114114
pathways-tpu = [
115115
"axlearn[gcp]",
116116
"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.
117+
"pathwaysutils @ git+https://github.com/AI-Hypercomputer/pathways-utils",
118118
]
119119
# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
120120
vertexai_tensorboard = [

0 commit comments

Comments
 (0)