Open adonnini opened 9 months ago
@JacobSzwejbka @iseeyuan ?
It seems you need to update your ExecuTorch install in python environment. Pull the latest, do a
pip install .
and see if that fixes your issue
@larryliu0820 Thanks! production of the lowered model was successful. Btw, I simply cloned the main branch and then followed the instructions in https://pytorch.org/executorch/stable/getting-started-setup.html Then I ran my training module including the executorch code
Another point to note. I repeated the above also for another model I use. The error did not occur which is good news. However execution failed with the error reported in https://github.com/pytorch/pytorch/issues/120219
I tried to produce a model to run for inference from my Android application using the executorch runtime enviroment. Execution failed producing the traceback log reported below.
Here is the code I used to produce the lowered model:
Please let me know if you need additional information, and what I should do next.
Thanks
TRACEBACK LOG