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
@theaddonn Were you able to fix this issue? I am encountering the same problem. So far, I have
Compiled torchlib
Compiled asmjit
Compiled OneDNN
Stuck on the error asking for that library dnnl_graph which is a cpp header on the third party folder of torch, I am not able to compile it independently.
Not sure if relevant, I am seeing this error on Apple Silicon M1.
I tried linking it statically via setting the env var
LIBTORCH_STATIC
to1
, but I got the error when trying to compile it:What can I do to get torch linked statically?
The text was updated successfully, but these errors were encountered: