From 758f505e20bcea788b67499c451eb9cf3747d145 Mon Sep 17 00:00:00 2001 From: Maciej Torhan Date: Mon, 9 Dec 2024 12:54:25 +0100 Subject: [PATCH] [#70009] demo_app: tflite_int8: Minimize RAM usage Signed-off-by: Maciej Torhan --- demo_app/tflite_int8.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_app/tflite_int8.conf b/demo_app/tflite_int8.conf index 750108c..b80c546 100644 --- a/demo_app/tflite_int8.conf +++ b/demo_app/tflite_int8.conf @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_KENNING_ML_RUNTIME_TFLITE=y -CONFIG_KENNING_TFLITE_BUFFER_SIZE=36 +CONFIG_KENNING_TFLITE_BUFFER_SIZE=15 CONFIG_KENNING_MODEL_PATH="./demo_app/model/tflite/magic_wand_int8.tflite" CONFIG_KENNING_DEMO_USE_QUANTIZED_MODEL=y