请问这个问题怎么解决呢?
CMake Error at cmake/paddle.cmake:90 (message): Failed to get submodule Paddle', please check your network ! Call Stack (most recent call first): CMakeLists.txt:22 (include)
请问我只能一个一个下载然后传到没有网的机器上吗?
Traceback (most recent call last):
File "/home/ma-user/work/PaddleCustomDevice/backends/npu/build/setup.py", line 140, in
- Check if the third-party dynamic library (e.g. CUDA, CUDNN) is installed correctly and its version is matched with paddlepaddle you installed.
- Configure third-party dynamic library environment variables as follows:
- Linux: set LD_LIBRARY_PATH by export LD_LIBRARY_PATH=...
- Windows: set PATH by set PATH=XXX;%PATH%
- Mac: set DYLD_LIBRARY_PATH by export DYLD_LIBRARY_PATH=... [Note: After Mac OS 10.11, using the DYLD_LIBRARY_PATH is impossible unless System Integrity Protection (SIP) is disabled.] (at /paddle/paddle/phi/backends/dynload/dynamic_loader.cc:340)
make[2]: *** [CMakeFiles/python_package.dir/build.make:79: python/.timestamp] Error 1 make[1]: *** [CMakeFiles/Makefile2:345: CMakeFiles/python_package.dir/all] Error 2 make: *** [Makefile:101: all] Error 2
- make_error=2
- '[' 2 '!=' 0 ']'
- echo 'Make Error Found !!!' Make Error Found !!!
- exit 7 这是什么错误,请问怎么解决呢?
问题1: 如果机器没有网,确实只能这么干 问题2: 看这个,ZN13custom_kernel14GatherNdKernelIbN3phi13CustomContextEEEvRKT0_RKNS1_11DenseTensorES8_PS6,这个函数没有实现(大概率是没链接到或者没实例化)
问题1: 如果机器没有网,确实只能这么干 问题2: 看这个,ZN13custom_kernel14GatherNdKernelIbN3phi13CustomContextEEEvRKT0_RKNS1_11DenseTensorES8_PS6,这个函数没有实现(大概率是没链接到或者没实例化)
第二个问题该怎么解决呢?