Skip to content

Commit b8688ee

Browse files
authored
Revert "Add libtpu configuration to cpp test script (#3957)" (#3970)
This reverts commit bd1a5a4.
1 parent 11511b3 commit b8688ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/cpp/run_tests.sh

-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ if [[ "$TPUVM_MODE" != "1" ]]; then
4747
export XLA_EXPERIMENTAL
4848
fi
4949

50-
# We need to configure the libtpu path to test on TPUVM
51-
if python -c "import libtpu" &> /dev/null; then
52-
export TPU_LIBRARY_PATH=$(dirname $(python -c "import libtpu; print(libtpu.__file__)"))/libtpu.so
53-
fi
54-
5550
rm -rf "$BUILDDIR"
5651
mkdir "$BUILDDIR" 2>/dev/null
5752
pushd "$BUILDDIR"

0 commit comments

Comments
 (0)