You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixed name means the file name is not unique for each compilation. Once the loading is completed, the file is not deleted, leading to issues for any other user who intends to compile the microlite library on their side, since they don't have write access to these files. The files should be deleted at the end of the script or have a unique name per compilation.
While a human user can easily fix it with a sudo command, an Agent or Runner cannot.
Regards
Chris
The text was updated successfully, but these errors were encountered:
Hi fellow edge ML fans,
In the scripts below, some files are downloaded to the
/tmp
directory of the Linux machine with a fixed name defined in the script.tflite-micro/tensorflow/lite/micro/tools/make/ext_libs/cmsis_download.sh
Line 51 in 9b79b9f
tflite-micro/tensorflow/lite/micro/tools/make/ext_libs/cmsis_download.sh
Line 64 in 9b79b9f
tflite-micro/tensorflow/lite/micro/tools/make/ext_libs/eyalroz_printf_download.sh
Line 50 in 9b79b9f
tflite-micro/tensorflow/lite/micro/tools/make/ext_libs/cmsis_nn_download.sh
Line 41 in 9b79b9f
This fixed name means the file name is not unique for each compilation. Once the loading is completed, the file is not deleted, leading to issues for any other user who intends to compile the
microlite
library on their side, since they don't have write access to these files. The files should be deleted at the end of the script or have a unique name per compilation.While a human user can easily fix it with a
sudo
command, an Agent or Runner cannot.Regards
Chris
The text was updated successfully, but these errors were encountered: