Skip to content

Commit a2fff7b

Browse files
authored
chore: updated libedgetpu to v0.1.12 and tensorflow to v2.19.0 (#72)
Signed-off-by: Cocoa <i@uwucocoa.moe>
1 parent 48f2892 commit a2fff7b

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.3.9 (2025-04-03)
4+
[Browse the Repository](https://github.com/cocoa-xu/tflite_beam/tree/v0.3.9) | [Released Assets](https://github.com/cocoa-xu/tflite_beam/releases/tag/v0.3.9)
5+
6+
### Changed
7+
- [deps] Use libedgetpu v0.1.12.
8+
- Use tensorflow v2.19.0.
9+
310
## v0.3.8 (2025-02-10)
411
[Browse the Repository](https://github.com/cocoa-xu/tflite_beam/tree/v0.3.8) | [Released Assets](https://github.com/cocoa-xu/tflite_beam/releases/tag/v0.3.8)
512

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif
2929
# Tensorflow
3030
TFLITE_USE_GIT_HEAD ?= false
3131
TFLITE_GIT_REPO ?= "https://github.com/tensorflow/tensorflow.git"
32-
TFLITE_VER ?= 2.18.0
32+
TFLITE_VER ?= 2.19.0
3333
TFLITE_VER_V = v$(TFLITE_VER)
3434
ifneq ($(TFLITE_USE_GIT_HEAD), false)
3535
TFLITE_VER_V=$(TFLITE_USE_GIT_BRANCH)

c_src/libcoral

Submodule libcoral updated 1 file

scripts/copy_libedgetpu_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TFLITE_BEAM_CORAL_LIBEDGETPU_URL="$5"
88
TFLITE_BEAM_CORAL_LIBEDGETPU_RUNTIME="$6"
99
TFLITE_BEAM_CACHE_DIR="$7"
1010

11-
LIBEDGETPU_VERSION="0.1.10"
11+
LIBEDGETPU_VERSION="0.1.12"
1212
LIBEDGETPU_BASE_URL="https://github.com/cocoa-xu/libedgetpu/releases/download/v${LIBEDGETPU_VERSION}"
1313

1414
get_libedgetpu_triplet() {

tflite_beam_precompiled.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.10").
8+
-define(LIBEDGETPU_RUNTIME_VERSION, "0.1.12").
99

1010
-include_lib("kernel/include/file.hrl").
1111

0 commit comments

Comments
 (0)