adonnini
adonnini
Thanks! With regards to https://github.com/pytorch/executorch/issues/1350 I was communicating with @mcr229 who told me that the fix to the issue would be available by around the end of February.
@kimishpatel I am not familiar with ```executor runner```. When I ran the model for inference outside of executorch it worked as expected. Is this what you were asking? By the...
@kimishpatel It's been just a little over a month since I last heard about the resolution of https://github.com/pytorch/executorch/issues/1350 and https://github.com/pytorch/pytorch/issues/120219 Should I wait until the official release of executorch or...
@kimishpatel No response on the two issues that are preventing me from using Executorch. I really would like to use Executorch but at this point I don't really know what...
@lucylq Thanks for getting back to me. I did as you asked installing executorch (0.2.0a0+4f79832) following the instructions in https://pytorch.org/executorch/main/getting-started-setup.html Unfortunately, execution failed producing the error log reported below. Please...
@kirklandsign Thanks. There is no ```out of program buffer range``` as far as I can tell. I think you are right. The problem probably lies with my use of ```libexecutorch_jni.so```....
@kirklandsign an update. After making some adjustments mostly based on (educated) guesswork, I was able to attempt to run the lowered model for inference in my Android application. Loading of...
@kirklandsign I think the problem I reported above may be (similar to) this https://github.com/pytorch/executorch/issues/1350
@kirklandsign Thank you very much for the explanation and the information. I'll do as you describe. Yes, I think the new error is https://github.com/pytorch/executorch/issues/1350 I'll pick up that thread again...
@kirklandsign I am a bit uncertain about the exact locations you refer to: ``` import executorch.jar to your gradle project, and the jni to source directory ``` I copied the...