Skip to content

Commit

Permalink
Avoid running tpu_info cli test on Trillium (#8257)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya01 authored Oct 14, 2024
1 parent 7760d87 commit ecdc68b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/tpu/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ if [[ -n "$TPU_VERSION" && "$TPU_VERSION" == "4" ]]; then
XLA_EXPERIMENTAL=nonzero:masked_select:nms python3 test/ds/test_dynamic_shapes.py -v
fi

# Test `tpu-info` CLI compatibility
python3 test/tpu/tpu_info/test_cli.py
if [[ -n "$TPU_VERSION" && "$TPU_VERSION" != "6" ]]; then
# Test `tpu-info` CLI compatibility
python3 test/tpu/tpu_info/test_cli.py
fi

0 comments on commit ecdc68b

Please sign in to comment.