Skip to content

Commit

Permalink
[#70009] demo_app: tflite_int8: Minimize RAM usage
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan authored and glatosinski committed Dec 17, 2024
1 parent 7bced61 commit 758f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_app/tflite_int8.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 758f505

Please sign in to comment.