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
When I try to build PyTorch I got the following error:
ImportError: cannot import name 'cos_npi_over_8' from 'common' (~/.local/lib/python3.8/site-packages/common/__init__.py)
make[2]: *** [confu-deps/NNPACK/CMakeFiles/nnpack.dir/build.make:81: confu-deps/NNPACK/src/x86_64-fma/2d-fourier-8x8.py.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2697: confu-deps/NNPACK/CMakeFiles/nnpack.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
I investigated this issue for some time and figured out that there was missed path in PYTHONPATH to x86_64-fma where those module located with all child modules
To fix the issue I modified CMakeLists.txt:
When I try to build PyTorch I got the following error:
I investigated this issue for some time and figured out that there was missed path in PYTHONPATH to x86_64-fma where those module located with all child modules
To fix the issue I modified CMakeLists.txt:
After this PyTorch compiled successfully ...
Is it and issue of PyTorch ?
For me it seems like it is an issue in build file for NNPACK
The text was updated successfully, but these errors were encountered: