Skip to content

Commit

Permalink
fix(build): latest version working with edgetpu
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Dec 25, 2023
1 parent 46bbcff commit b97fc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tensorflowlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "preparing... (requires build-essential and cmake)"
echo "--"

# clone the required repositories
git clone --depth 1 https://github.com/tensorflow/tensorflow
git clone --depth 1 --branch "v2.8.4" https://github.com/tensorflow/tensorflow

echo "--"
echo "configuring..."
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tensorflow_lite
version: 2.1.0
version: 2.1.1

development_dependencies:
ameba:
Expand Down

0 comments on commit b97fc34

Please sign in to comment.