Skip to content
Snippets Groups Projects
Commit e20c9637 authored by Vincent Coubard's avatar Vincent Coubard Committed by Jaeden Amero
Browse files

ml: Download models after patch operation


Without this fix, it is not possible to patch the list of models to
download.

Signed-off-by: Vincent Coubard's avatarVincent Coubard <vincent.coubard@arm.com>
parent 0dd9364b
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,6 @@ ExternalProject_Get_property(ml-embedded-evaluation-kit SOURCE_DIR)
ExternalProject_Add_Step(ml-embedded-evaluation-kit
download_model
COMMAND python3 ${SOURCE_DIR}/set_up_default_resources.py
DEPENDEES download
DEPENDEES patch
DEPENDERS configure
)
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