We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeddee commit 779b031Copy full SHA for 779b031
.gitignore
@@ -1,5 +1,7 @@
1
.DS_Store
2
/.build
3
+/.build_lin
4
/Packages
5
/*.xcodeproj
6
*.pins
7
+*.pb
install.sh
@@ -1,6 +1,7 @@
OSABR=$(echo $(uname)|tr '[:upper:]' '[:lower:]')
+VERSION=1.2.1
DWN=/tmp/libtensorflow.tgz
-URL=https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-$OSABR-x86_64-1.2.0.tar.gz
+URL=https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-$OSABR-x86_64-$VERSION.tar.gz
echo $URL
wget $URL -O $DWN
sudo tar xvf $DWN -C /usr/local ./lib/libtensorflow.so
0 commit comments