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
Include lapackage in the libtorch and pytorch builds so that jit exports utilizing these packages do not require custom builds in order for the jit exports to work.
Motivation
Trying to get a model moved over to mobile has grown to a much bigger task when I have to rebuild torch or libtorch, I'm not sure which I have to rebuild in order to move the model to mobile. Other then that moving to mobile in pytorch I have found incredibly easy.
Pitch
Change the build ios cmake args to use lapack
Change the cmake on pytorch to in the devdependencies to have use lapack turned to 1