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 678133c commit 0fe0552Copy full SHA for 0fe0552
compile_tensorflow_cpp.md
@@ -88,7 +88,14 @@ chmod +x bazel-3.7.2-installer-linux-x86_64.sh
88
89
### 1. Compile TensorFlow C++ shared library (with optimization)
90
91
-Download or clone github repo to your system:
+Download a tarball of TensorFlow (I strongly prefer v.2.7 to other versions),
92
+e.g., from https://github.com/tensorflow/tensorflow/releases/tag/v2.7.4
93
+```bash
94
+wget https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.7.4.tar.gz
95
+tar -xzvf v2.7.4.tar.gz
96
+cd tensorflow-2.7.4
97
+```
98
+or clone github repo to your system:
99
```bash
100
git clone https://github.com/tensorflow/tensorflow
101
cd tensorflow
0 commit comments