Skip to content

Commit

Permalink
fix: copy edgetpu library into place
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed May 8, 2024
1 parent bb848de commit 6f392a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_libedgetpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,15 @@ git cherry-pick dff851aa3124afce5f7d149c843d82b14c05c075
export TFROOT=../tensorflow
make -f makefile_build/Makefile -j$(nproc) libedgetpu

# copy into place and update cache
cp ./out/direct/k8/libedgetpu.so.1.0 /usr/local/lib/libedgetpu.so
cp ./out/direct/k8/libedgetpu.so.1.0 /usr/local/lib/libedgetpu.so.1
ldconfig

echo "================================================="
echo "finished, cleaning up"
echo "================================================="

cd ..
rm -rf ./tensorflow
rm -rf ./libedgetpu

0 comments on commit 6f392a5

Please sign in to comment.