We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bd112 commit 3e6bb93Copy full SHA for 3e6bb93
1 file changed
pathwaysutils/sidecar/README.md
@@ -218,7 +218,7 @@ spec:
218
- -c
219
- |
220
pip install --upgrade pip
221
- pip install -U --pre jax jaxlib -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
+ pip install -U --pre jax jaxlib --extra-index-url https://us-python.pkg.dev/ml-oss-artifacts-published/jax-public-nightly-artifacts-registry/simple/
222
pip install pathwaysutils
223
python -c "import jax; import pathwaysutils; print(\"Number of JAX devices is\", len(jax.devices()))"
224
```
0 commit comments