Skip to content

Commit 779b031

Browse files
committed
Upgrade to 1.2.1
1 parent fdeddee commit 779b031

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.DS_Store
22
/.build
3+
/.build_lin
34
/Packages
45
/*.xcodeproj
56
*.pins
7+
*.pb

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
OSABR=$(echo $(uname)|tr '[:upper:]' '[:lower:]')
2+
VERSION=1.2.1
23
DWN=/tmp/libtensorflow.tgz
3-
URL=https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-$OSABR-x86_64-1.2.0.tar.gz
4+
URL=https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-$OSABR-x86_64-$VERSION.tar.gz
45
echo $URL
56
wget $URL -O $DWN
67
sudo tar xvf $DWN -C /usr/local ./lib/libtensorflow.so

0 commit comments

Comments
 (0)