mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 21:06:06 +00:00
Update references to jaxlib_nightly_releases (which is a legacy index and no longer updated) to jax_nightly_releases.
Fixes CI jobs using old jaxlib nightly wheels.
This commit is contained in:
parent
9c72e67711
commit
3019467992
8
.github/workflows/cloud-tpu-ci-nightly.yml
vendored
8
.github/workflows/cloud-tpu-ci-nightly.yml
vendored
@ -56,17 +56,13 @@ jobs:
|
||||
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
||||
|
||||
elif [ "${{ matrix.jaxlib-version }}" == "nightly" ]; then
|
||||
pip install .
|
||||
pip install --pre jaxlib \
|
||||
-f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
|
||||
pip install --pre . -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
|
||||
pip install --pre libtpu-nightly \
|
||||
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
||||
pip install requests
|
||||
|
||||
elif [ "${{ matrix.jaxlib-version }}" == "nightly+oldest_supported_libtpu" ]; then
|
||||
pip install .
|
||||
pip install --pre jaxlib \
|
||||
-f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
|
||||
pip install --pre . -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
|
||||
pip install --pre libtpu-nightly==0.1.dev${{ env.LIBTPU_OLDEST_VERSION_DATE }} \
|
||||
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
||||
pip install requests
|
||||
|
2
.github/workflows/metal_plugin_ci.yml
vendored
2
.github/workflows/metal_plugin_ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
pip install absl-py pytest
|
||||
if [[ "${{ matrix.jaxlib-version }}" == "nightly" ]]; then
|
||||
pip install --pre jaxlib \
|
||||
-f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
|
||||
-f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
|
||||
fi;
|
||||
cd jax
|
||||
pip install .
|
||||
|
Loading…
x
Reference in New Issue
Block a user