Skip to content

Commit

Permalink
Update makefile_build/README.md
Browse files Browse the repository at this point in the history
Still refers to ancient versions of TF.

In reference to:
google-coral#66
google-coral#72
  • Loading branch information
feranick committed Sep 18, 2024
1 parent 4f8de82 commit 0f7fb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile_build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ To prepare your system, you'll need the following packages (both available on De
sudo apt install libabsl-dev libflatbuffers-dev
```

Next, you'll need to clone the [Tensorflow Repo](https://github.com/tensorflow/tensorflow) at the desired checkout (using TF head isn't advised). If you are planning to use libcoral or pycoral libraries, this should match the ones in those repos' WORKSPACE files. For example, if you are using TF2.5, we can check that [tag in the TF Repo](https://github.com/tensorflow/tensorflow/commit/a4dfb8d1a71385bd6d122e4f27f86dcebb96712d) and then checkout that address:
Next, you'll need to clone the [Tensorflow Repo](https://github.com/tensorflow/tensorflow) at the desired checkout (using TF head isn't advised). If you are planning to use libcoral or pycoral libraries, this should match the ones in those repos' WORKSPACE files. For example, if you are using TF2.17.0, we can check that [tag in the TF Repo](https://github.com/tensorflow/tensorflow/commit/ad6d8cc177d0c868982e39e0823d0efbfb95f04c) and then checkout that address:
```
git clone https://github.com/tensorflow/tensorflow
git checkout a4dfb8d1a71385bd6d122e4f27f86dcebb96712d -b tf2.5
git checkout v2.17.0
```

To build the library:
Expand Down

0 comments on commit 0f7fb7a

Please sign in to comment.