Skip to content
Commit da155ca5 authored by Hugues Kamba Mpiana's avatar Hugues Kamba Mpiana Committed by Devaraj Ranganna
Browse files

ml-apps: Fix building different ML apps subsequently



When building ML apps, the MLEK downloads model resources
for the model specified by a given application.
The FRI integration of the MLEK prevents these resources
from being re-donwloaded if they already exist to speed up
build time.

However, in the case of a different application being build,
model resources have to be re-downloaded as different ML
applications use different models.
To allow the re-download of model resources, the generated
ML model resources subdirectory is now generated in the CMake
build directory.

Building a different application requires triggering
a clean build which will also delete the resources specific
to a model used by another application.

Signed-off-by: Hugues Kamba Mpiana's avatarHugues Kamba Mpiana <hugues.kambampiana@arm.com>
parent b9433641
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment