Skip to content

Commit e8a2a2c

Browse files
committed
Update README.md
1 parent 5b14090 commit e8a2a2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ sudo pacman -S cuda cudnn nvidia
6767
```
6868

6969
**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).
70+
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.
7174

7275
#### 2) Clone this repository
7376
```

0 commit comments

Comments
 (0)