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
For the Xtensa docker container, we were getting an error message along the lines of python not found. And the result was that the specialization was happening incorrectly (i.e. the specialization for the kernels was failing since it relies on python since #160).
#182 is likely the reason why this error passed the CI for #160 but started failing after.
advaitjain
added a commit
to advaitjain/tflite-micro
that referenced
this issue
Jun 16, 2021
Here is a PR that resulted in the Xtensa build being broken:
#169
While the checks from that PR all passed, we can run the Xtensa workflow on main and see that it is failing:
https://github.com/tensorflow/tflite-micro/actions/runs/943815585
We are using the pull_request_target trigger:
tflite-micro/.github/workflows/xtensa.yml
Lines 10 to 14 in 36c507e
And using the checkout action with the default ref param:
tflite-micro/.github/workflows/xtensa.yml
Line 34 in 36c507e
The text was updated successfully, but these errors were encountered: