Makefile error
dengxiaotian123 opened this issue · 2 comments
dengxiaotian123 commented
When installing warp-ctc with GPU, the variable CUPY_VERSION should be CUDA_VERSION. Otherwise, the CPU version will be installed. Then, run satge=4 ,there will be a message: AttributeError: module 'warpctc_pytorch' has no attribute 'gpu_ctc'
hirofumi0810 commented
@dengxiaotian123 Did you set path to CUDA, NCCL before installation?
hirofumi0810 commented
Fixed by #232.