Skip to content

Commit 0134fa8

Browse files
nitins17Google-ML-Automation
authored andcommitted
Update Cloud TPU workflow with new build.py usage
PiperOrigin-RevId: 702094141
1 parent 9f20301 commit 0134fa8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cloud-tpu-ci-nightly.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ jobs:
6363
$PYTHON -m pip uninstall -y jax jaxlib libtpu
6464
if [ "${{ matrix.jaxlib-version }}" == "head" ]; then
6565
# 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
66+
$PYTHON build/build.py build --wheels=jaxlib \
67+
--bazel_options=--config=rbe_linux_x86_64 \
68+
--local_xla_path=$(pwd)/xla" \
69+
--verbose
70+
6971
$PYTHON -m pip install dist/*.whl
7072
7173
# Install "jax" at head

0 commit comments

Comments
 (0)