Skip to content

Commit 7ef426c

Browse files
author
Han Wang
committed
compile with tensorflow r1.6
1 parent 2ee503e commit 7ef426c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Firstly get the source code of the tensorflow
2828
cd /some/workspace
2929
git clone https://github.com/tensorflow/tensorflow tensorflow
3030
```
31-
Currently the DeePMD-kit only works with tensorflow r1.4. Higher and lower versions of tensorflow may not work in the same way. Now checkout version r1.4.
31+
The DeePMD-kit works with tensorflow r1.4 -- r1.6. Now taking r1.4 for example:
3232
```bash
3333
cd tensorflow
3434
git checkout r1.4
@@ -130,6 +130,8 @@ make install
130130
```
131131

132132
## Install DeePMD-kit
133+
The DeePMD-kit was tested with compiler gcc >= 4.9.
134+
133135
Firstly clone the DeePMD-kit source code
134136
```bash
135137
cd /some/workspace

0 commit comments

Comments
 (0)