baidu-research / warp-ctc

Fast parallel CTC.
Apache License 2.0
4.06k stars 1.04k forks source link

By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Torch", but CMake did not find one #145

Open mjack3 opened 5 years ago

mjack3 commented 5 years ago

Hi, im getting problems installing warp_ctc. I dont know what can i do, i cant resolver it

rtx 2060 nvidia-drivers: 418.67 CUDA version 10.1

This is my error:

**CMake Warning at CMakeLists.txt:12 (FIND_PACKAGE): By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Torch", but CMake did not find one.

Could not find a package configuration file provided by "Torch" with any of the following names:

TorchConfig.cmake
torch-config.cmake

Add the installation prefix of "Torch" to CMAKE_PREFIX_PATH or set "Torch_DIR" to a directory containing one of the above files. If "Torch" provides a separate development package or SDK, be sure it has been installed.**

Uncle-Justice commented 4 years ago

same problem for me too