From 5f4081c4eb73b3f0ecbf5e75f98c3c2a88a4cea5 Mon Sep 17 00:00:00 2001 From: Maciej Torhan Date: Fri, 8 Nov 2024 11:52:34 +0100 Subject: [PATCH] [#57722] README: Update readme Signed-off-by: Maciej Torhan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6341bb7..2ddbf2e 100644 --- a/README.md +++ b/README.md @@ -421,7 +421,7 @@ To do it, you need to edit `model_struct` in `demo_app/src/main.c` to match the Then, provide model input in `demo_app/src/input_data.h` and model path using `CONFIG_KENNING_MODEL_PATH` config variable (similarly as in [Building runtime with microTVM backend using custom model](#Building-runtime-with-microTVM-backend-using-custom-model)): ```bash west build -p always -b stm32f746g_disco demo_app -- \ - -DEXTRA_CONF_FILE=tvm.conf \ + -DEXTRA_CONF_FILE=tvm_gen.conf \ -DCONFIG_KENNING_MODEL_PATH=\"https://dl.antmicro.com/kenning/models/classification/magic_wand.h5\" ```