-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
按照https://github.com/PaddlePaddle/Paddle/blob/develop/doc/getstarted/build_and_install/docker_install_en.rst 在mac上面进行docker build,出错如下:
In file included from /paddle/paddle/cuda/src/hl_warpctc_wrap.cc:15:0:
/paddle/paddle/cuda/include/hl_warpctc_wrap.h:19:34: fatal error: warp-ctc/include/ctc.h: No such file or directory
#include "warp-ctc/include/ctc.h"
^
compilation terminated.
make[2]: *** [paddle/cuda/CMakeFiles/paddle_cuda.dir/src/hl_warpctc_wrap.cc.o] Error 1
make[1]: *** [paddle/cuda/CMakeFiles/paddle_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
然后发现warp-ctc下的文件为空,重新git clone一遍paddle源代码该文件夹也是空的,是需要自己手动去clone warp-ctc的库么?