Skip to content
  1. Mar 24, 2024
  2. Mar 18, 2024
    • Hugues Kamba Mpiana's avatar
      ml-apps: Fix building different ML apps subsequently · da155ca5
      Hugues Kamba Mpiana authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      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>
      da155ca5
  3. Mar 17, 2024
  4. Mar 14, 2024
  5. Mar 11, 2024
  6. Mar 06, 2024
  7. Mar 01, 2024
  8. Feb 28, 2024
  9. Feb 27, 2024
  10. Feb 25, 2024
  11. Feb 21, 2024
Loading