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
In pytorch0.4.1, there's no libATen.so
I'm new to write CMakeList
So, do you have any suggestion about how can I write CMakeList to debug in pytorch0.4.1?
The text was updated successfully, but these errors were encountered:
In pytorch 0.4.1, you need to install from source and include the head file and .so file in cmakelist.
However, there are an easy way in 1.0 (now preview 1.0), please download the LibTorch and follow the tutorial cppdocs.(Note: the code here may need to change due to the update of official update --- I will fix it later.)
@AceCoooool Thanks for your reply. Apart from LibTorch, do you mean I'm able to debug the C extension code only if I install the pytorch from source? Up to now, my pytorch is installed from conda.
In pytorch0.4.1, there's no libATen.so
I'm new to write CMakeList
So, do you have any suggestion about how can I write CMakeList to debug in pytorch0.4.1?
The text was updated successfully, but these errors were encountered: