Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit faf4e4a

Browse files
committed
fix 'TF_VERSION' indention
1 parent 6a0f020 commit faf4e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/installation/packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,16 @@ if [ "$DISTRO" = "UBUNTU" ]; then
120120
if [ "$MAJOR_VER" == "14" ]; then
121121
PKG_CMAKE="cmake3"
122122
FORCE_Y="--force-yes"
123-
TF_VERSION="1.4.0"
123+
TF_VERSION="1.4.0"
124124
fi
125125
if [ "$MAJOR_VER" == "16" ]; then
126-
TF_VERSION="1.5.0"
126+
TF_VERSION="1.5.0"
127127
fi
128128
# Fix for llvm on Ubuntu 17.x
129129
if [ "$MAJOR_VER" == "17" ]; then
130130
PKG_LLVM="llvm-3.9"
131131
PKG_CLANG="clang-3.8"
132-
TF_VERSION="1.5.0"
132+
TF_VERSION="1.5.0"
133133
fi
134134
TFCApiFile="libtensorflow-${TF_TYPE}-linux-x86_64-${TF_VERSION}.tar.gz"
135135
LinkerConfigCmd="sudo ldconfig"

0 commit comments

Comments
 (0)