Skip to content

Commit 154f491

Browse files
authored
corrected libtensorflow dependency for demo (google#73)
1 parent 52de202 commit 154f491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/demo/demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ export TENSORFLOW_AOT_PATH="${TF_PIP}/tensorflow"
135135

136136
mkdir ~/tensorflow
137137
export TENSORFLOW_C_LIB_PATH=~/tensorflow
138-
wget --quiet https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.6.0.tar.gz
139-
tar xfz libtensorflow-cpu-linux-x86_64-2.6.0.tar.gz -C "${TENSORFLOW_C_LIB_PATH}"
138+
wget --quiet https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.15.0.tar.gz
139+
tar xfz libtensorflow-cpu-linux-x86_64-1.15.0.tar.gz -C "${TENSORFLOW_C_LIB_PATH}"
140140
```
141141

142142
## Build LLVM

0 commit comments

Comments
 (0)