Skip to content

Commit

Permalink
use TensorFlow 2.18.0 by default
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <i@uwucocoa.moe>
  • Loading branch information
cocoa-xu committed Oct 28, 2024
1 parent e67509f commit bd7a948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif
# Tensorflow
TFLITE_USE_GIT_HEAD ?= false
TFLITE_GIT_REPO ?= "https://github.com/tensorflow/tensorflow.git"
TFLITE_VER ?= 2.16.1
TFLITE_VER ?= 2.18.0
TFLITE_VER_V = v$(TFLITE_VER)
ifneq ($(TFLITE_USE_GIT_HEAD), false)
TFLITE_VER_V=$(TFLITE_USE_GIT_BRANCH)
Expand Down Expand Up @@ -125,6 +125,7 @@ install_libedgetpu_runtime:
libusb: create_cache_dir
@ if [ "$(TFLITE_BEAM_PREFER_PRECOMPILED)" != "true" ]; then \
if [ "$(TFLITE_BEAM_CORAL_SUPPORT)" = "true" ]; then \
echo "LIBUSB_SHARED_LIBRARY: $(LIBUSB_SHARED_LIBRARY)" ; \
if [ ! -e "$(LIBUSB_SHARED_LIBRARY)" ]; then \
mkdir -p "$(LIBUSB_INSTALL_DIR)" ; \
bash scripts/build_libusb.sh "$(LIBUSB_SOURCE_URL)" "$(LIBUSB_SOURCE_ARCHIVE)" "$(THIRD_PARTY_DIR)" "$(LIBUSB_SOURCE_DIR)" "$(LIBUSB_INSTALL_DIR)" "$(PRIV_DIR)" ; \
Expand Down
2 changes: 1 addition & 1 deletion src/tflite_beam.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, tflite_beam,
[{description, "TensorFlow Lite BEAM binding with optional TPU support."},
{vsn, "0.3.7"},
{vsn, "0.3.8"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit bd7a948

Please sign in to comment.