[Android demo app] Load failed: 34

I exported the stories110M model to ExecuTorch using a Colab notebook on ExecuTorch v0.2.0’s PyPI pip package. I then downloaded the exported model to my device and tried to open it in ExecuTorchLlamaDemo v0.2.0, which I downloaded from GitHub Actions. The specific steps that I took are documented at Executorch LLM tutorial · GitHub.

Unfortunately, I’ve encountered the error “Load failed: 34” after trying to open it in GitHub Actions.

Does anyone know what is the cause of this issue or how I can fix it?

Sorry about the slow response @ethanc8. If this is still happening, could you please create a bug report with the details?

34 is 0x22, so sounds like there’s an AccessFailed error when loading the model. Maybe a file is missing?

Hi @ethanc8 Could you please try with the latest code?

Sorry, I didn’t see this. I will try testing with the latest code sometime soon.