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 5b14090 commit e8a2a2cCopy full SHA for e8a2a2c
README.md
@@ -67,7 +67,10 @@ sudo pacman -S cuda cudnn nvidia
67
```
68
69
**Warning:** Newer versions of TensorFlow sometimes fail to build with the latest version of Bazel. You may wish
70
-to install an older version of Bazel (e.g., 3.7.2).
+to install an older version of Bazel (e.g., 5.1.1).
71
+
72
+**Warning:** If your program uses Protobuf and you encounter linkage problems, you can try `-DINSTALL_PROTOBUF=ON` option
73
+to install a Protobuf version matching the version bundled with TensorFlow.
74
75
#### 2) Clone this repository
76
0 commit comments