File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.3.4 (2024-01-23)
4+ [ Browse the Repository] ( https://github.com/cocoa-xu/tflite_beam/tree/v0.3.4 ) | [ Released Assets] ( https://github.com/cocoa-xu/tflite_beam/releases/tag/v0.3.4 )
5+
6+ ### Changed
7+ - [ deps] Use libedgetpu v0.1.8.
8+ - Use tensorflow v2.15.0.
9+
310## v0.3.3 (2023-07-21)
411[ Browse the Repository] ( https://github.com/cocoa-xu/tflite_beam/tree/v0.3.3 ) | [ Released Assets] ( https://github.com/cocoa-xu/tflite_beam/releases/tag/v0.3.3 )
512
Original file line number Diff line number Diff line change 2323# Tensorflow
2424TFLITE_USE_GIT_HEAD ?= false
2525TFLITE_GIT_REPO ?= "https://github.com/tensorflow/tensorflow.git"
26- TFLITE_VER ?= 2.13 .0
26+ TFLITE_VER ?= 2.15 .0
2727TFLITE_VER_V = v$(TFLITE_VER )
2828ifneq ($(TFLITE_USE_GIT_HEAD ) , false)
2929 TFLITE_VER_V=$(TFLITE_USE_GIT_BRANCH)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TFLITE_BEAM_CORAL_LIBEDGETPU_RUNTIME="$6"
99TFLITE_BEAM_CACHE_DIR=" $7 "
1010TFLITE_BEAM_COMPILE_WITH_REBAR=" $8 "
1111
12- LIBEDGETPU_VERSION=" 0.1.7 "
12+ LIBEDGETPU_VERSION=" 0.1.8 "
1313LIBEDGETPU_BASE_URL=" https://github.com/cocoa-xu/libedgetpu/releases/download/v${LIBEDGETPU_VERSION} "
1414
1515get_libedgetpu_triplet () {
Original file line number Diff line number Diff line change 55-define (PRECOMPILED_DOWNLOAD_URL , " https://github.com/cocoa-xu/tflite_beam/releases/download/v~s /~s " ).
66-define (TFLITE_BEAM_SO_FILE , " priv/tflite_beam.so" ).
77-define (TFLITE_BEAM_DLL_FILE , " priv/tflite_beam.dll" ).
8- -define (LIBEDGETPU_RUNTIME_VERSION , " 0.1.7 " ).
8+ -define (LIBEDGETPU_RUNTIME_VERSION , " 0.1.8 " ).
99
1010-include_lib (" kernel/include/file.hrl" ).
1111
You can’t perform that action at this time.
0 commit comments