Skip to content

Commit

Permalink
Revert "chore: found newer v2.11.1 tag works"
Browse files Browse the repository at this point in the history
This reverts commit 3a055f9.
  • Loading branch information
stakach committed Dec 25, 2023
1 parent 3a055f9 commit c9d3a7d
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 --branch "v2.11.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.2
version: 2.1.1

development_dependencies:
ameba:
Expand Down

0 comments on commit c9d3a7d

Please sign in to comment.