We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f20301 commit 0134fa8Copy full SHA for 0134fa8
.github/workflows/cloud-tpu-ci-nightly.yml
@@ -63,9 +63,11 @@ jobs:
63
$PYTHON -m pip uninstall -y jax jaxlib libtpu
64
if [ "${{ matrix.jaxlib-version }}" == "head" ]; then
65
# Build and install jaxlib at head
66
- $PYTHON build/build.py --bazel_options=--config=rbe_linux_x86_64 \
67
- --bazel_options="--override_repository=xla=$(pwd)/xla" \
68
- --bazel_options=--color=yes
+ $PYTHON build/build.py build --wheels=jaxlib \
+ --bazel_options=--config=rbe_linux_x86_64 \
+ --local_xla_path=$(pwd)/xla" \
69
+ --verbose
70
+
71
$PYTHON -m pip install dist/*.whl
72
73
# Install "jax" at head
0 commit comments