Skip to content

Commit

Permalink
uses libedgetpu-0.1.8 and tensorflow-2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jan 23, 2024
1 parent 2b8c04d commit a83bd83
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.3.4 (2024-01-23)
[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)

### Changed
- [deps] Use libedgetpu v0.1.8.
- Use tensorflow v2.15.0.

## v0.3.3 (2023-07-21)
[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)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif
# Tensorflow
TFLITE_USE_GIT_HEAD ?= false
TFLITE_GIT_REPO ?= "https://github.com/tensorflow/tensorflow.git"
TFLITE_VER ?= 2.13.0
TFLITE_VER ?= 2.15.0
TFLITE_VER_V = v$(TFLITE_VER)
ifneq ($(TFLITE_USE_GIT_HEAD), false)
TFLITE_VER_V=$(TFLITE_USE_GIT_BRANCH)
Expand Down
2 changes: 1 addition & 1 deletion scripts/copy_libedgetpu_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TFLITE_BEAM_CORAL_LIBEDGETPU_RUNTIME="$6"
TFLITE_BEAM_CACHE_DIR="$7"
TFLITE_BEAM_COMPILE_WITH_REBAR="$8"

LIBEDGETPU_VERSION="0.1.7"
LIBEDGETPU_VERSION="0.1.8"
LIBEDGETPU_BASE_URL="https://github.com/cocoa-xu/libedgetpu/releases/download/v${LIBEDGETPU_VERSION}"

get_libedgetpu_triplet() {
Expand Down
2 changes: 1 addition & 1 deletion tflite_beam_precompiled.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-define(PRECOMPILED_DOWNLOAD_URL, "https://github.com/cocoa-xu/tflite_beam/releases/download/v~s/~s").
-define(TFLITE_BEAM_SO_FILE, "priv/tflite_beam.so").
-define(TFLITE_BEAM_DLL_FILE, "priv/tflite_beam.dll").
-define(LIBEDGETPU_RUNTIME_VERSION, "0.1.7").
-define(LIBEDGETPU_RUNTIME_VERSION, "0.1.8").

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

Expand Down

0 comments on commit a83bd83

Please sign in to comment.