Skip to content

Commit

Permalink
feat(build_tensorflowlite.sh): bump compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed May 7, 2024
1 parent 0bf3bb3 commit 4e5b853
Showing 1 changed file with 1 addition and 1 deletion.
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 --branch "v2.8.4" https://github.com/tensorflow/tensorflow
git clone --depth 1 --branch "v2.16.1" https://github.com/tensorflow/tensorflow

echo "--"
echo "configuring..."
Expand Down

0 comments on commit 4e5b853

Please sign in to comment.