Skip to content

Commit 4dd4f54

Browse files
MichaelHudginscopybara-github
authored andcommitted
Update JAX nightly index usage
Details in jax-ml/jax#28366 PiperOrigin-RevId: 752502082
1 parent 84bd112 commit 4dd4f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathwaysutils/sidecar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
- -c
219219
- |
220220
pip install --upgrade pip
221-
pip install -U --pre jax jaxlib -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
221+
pip install -U --pre jax jaxlib --extra-index-url https://us-python.pkg.dev/ml-oss-artifacts-published/jax-public-nightly-artifacts-registry/simple/
222222
pip install pathwaysutils
223223
python -c "import jax; import pathwaysutils; print(\"Number of JAX devices is\", len(jax.devices()))"
224224
```

0 commit comments

Comments
 (0)