Skip to content

Commit

Permalink
[#57722] README: Update readme
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 Nov 12, 2024
1 parent c709f9c commit 5f4081c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\"
```
Expand Down

0 comments on commit 5f4081c

Please sign in to comment.