tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.93k stars 826 forks source link

Fix typo in Ethos-U Makefile. #2644

Closed iabdalkader closed 3 months ago

iabdalkader commented 3 months ago

The core platform sources were overwritten by typo. I tested this patch by triggering the Cortex-M workflow manually, and it completed successfully. See the run here in my fork:

https://github.com/iabdalkader/tflite-micro/actions/runs/10113795223

BUG=#2639

rascani commented 3 months ago

Thanks for sorting all of this out!