Open theaddonn opened 4 months ago
@theaddonn Were you able to fix this issue? I am encountering the same problem. So far, I have
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.
@cantor-set no, I sadly couldn't. Please, if you find out how. Contact me please
I tried this on Linux. Same result. Static build seems to be broken.
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?