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
Hi,
I just set up Executorch 0.5 and attempted to run my model.
I had two mIssing file errors. Specifically,
program.fbs
scalar_type.fbs
in executorch/exir/_serializa were missing. I copied them from an older executorch installation and proceeded.