Skip to content

Commit

Permalink
Remove TPU_LIBRARY_PATH from legacy TPU CI (#7968)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Sep 6, 2024
1 parent c201ec1 commit 0528c9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tpu/xla_test_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ spec:
pip install torch_xla[pallas] -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
cd /src/pytorch/xla
# TODO: pallas test requires JAX, now we need to explicitly set TPU_LIBRARY_PATH for JAX, need a permanent fix.
TPU_LIBRARY_PATH=/usr/local/lib/python3.10/site-packages/torch_xla/lib/libtpu.so test/tpu/run_tests.sh
volumeMounts:
- mountPath: /dev/shm
name: dshm
Expand Down

0 comments on commit 0528c9d

Please sign in to comment.