Skip to content

Commit a610af0

Browse files
committed
using tensorflow v2.13.0
1 parent e16f29e commit a610af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif
2323
# Tensorflow
2424
TFLITE_USE_GIT_HEAD ?= false
2525
TFLITE_GIT_REPO ?= "https://github.com/tensorflow/tensorflow.git"
26-
TFLITE_VER ?= 2.12.1
26+
TFLITE_VER ?= 2.13.0
2727
TFLITE_VER_V = v$(TFLITE_VER)
2828
ifneq ($(TFLITE_USE_GIT_HEAD), false)
2929
TFLITE_VER_V=$(TFLITE_USE_GIT_BRANCH)

0 commit comments

Comments
 (0)