You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository makes possible the usage of the [TensorFlow C++](https://www.tensorflow.org/api_docs/cc/) API from the outside of the TensorFlow source code folders and without the use of the [Bazel](https://bazel.build/) build system.
6
6
@@ -66,7 +66,7 @@ sudo pacman -S cuda cudnn nvidia
66
66
```
67
67
68
68
**Warning:** Newer versions of TensorFlow sometimes fail to build with the latest version of Bazel. You may wish
69
-
to install an older version of Bazel (e.g., 2.0.0).
69
+
to install an older version of Bazel (e.g., 3.1.0).
0 commit comments