Skip to content

Commit 6b2de61

Browse files
authored
using libedgetpu v0.1.7 (#63)
1 parent 3baf260 commit 6b2de61

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## main
4+
5+
### Changed
6+
- [deps] Use libedgetpu v0.1.7.
7+
38
## v0.3.2 (2022-04-03)
49
[Browse the Repository](https://github.com/cocoa-xu/tflite_beam/tree/v0.3.2) | [Released Assets](https://github.com/cocoa-xu/tflite_beam/releases/tag/v0.3.2)
510

scripts/copy_libedgetpu_runtime.sh

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

12-
LIBEDGETPU_VERSION="0.1.6"
12+
LIBEDGETPU_VERSION="0.1.7"
1313
LIBEDGETPU_BASE_URL="https://github.com/cocoa-xu/libedgetpu/releases/download/v${LIBEDGETPU_VERSION}"
1414

1515
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.6").
8+
-define(LIBEDGETPU_RUNTIME_VERSION, "0.1.7").
99

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

0 commit comments

Comments
 (0)