We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16f29e commit a610af0Copy full SHA for a610af0
Makefile
@@ -23,7 +23,7 @@ endif
23
# Tensorflow
24
TFLITE_USE_GIT_HEAD ?= false
25
TFLITE_GIT_REPO ?= "https://github.com/tensorflow/tensorflow.git"
26
-TFLITE_VER ?= 2.12.1
+TFLITE_VER ?= 2.13.0
27
TFLITE_VER_V = v$(TFLITE_VER)
28
ifneq ($(TFLITE_USE_GIT_HEAD), false)
29
TFLITE_VER_V=$(TFLITE_USE_GIT_BRANCH)
0 commit comments