Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/install-tf.1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ export PATH=`pwd`/output:$PATH
Firstly get the source code of the tensorflow
```bash
cd /some/workspace
git clone https://github.com/tensorflow/tensorflow tensorflow
git clone https://github.com/tensorflow/tensorflow tensorflow -b v1.12.0 --depth=1
cd tensorflow
git checkout v1.12.0
```

DeePMD-kit is compiled by cmake, so we need to compile and integrate tensorflow with cmake projects. The rest of this section basically follows [the instruction provided by Tuatini](http://tuatini.me/building-tensorflow-as-a-standalone-project/). Now execute
Expand Down
3 changes: 1 addition & 2 deletions doc/install-tf.1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ export PATH=`pwd`/output:$PATH
Firstly get the source code of the tensorflow
```bash
cd /some/workspace
git clone https://github.com/tensorflow/tensorflow tensorflow
git clone https://github.com/tensorflow/tensorflow tensorflow -b v1.8.0 --depth=1
cd tensorflow
git checkout v1.8.0
```

DeePMD-kit is compiled by cmake, so we need to compile and integrate tensorflow with cmake projects. The rest of this section basically follows [the instruction provided by Tuatini](http://tuatini.me/building-tensorflow-as-a-standalone-project/). Now execute
Expand Down