CMake Error: в этом проекте используются следующие переменные, но они имеют значение NOTFOUND.CUDA_cublas_device_LIBRARY (ADVANCED) - PullRequest
0 голосов
/ 21 сентября 2019

Я пытаюсь установить факел на Google Colab, используя (CUDA 10).

После !bash install.sh появляется сообщение об ошибке folowwing:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_device_LIBRARY (ADVANCED)
    linked by target "THC" in directory /root/torch/extra/cutorch/lib/THC 

Я использовал это решение, предложенное в https://github.com/torch/cutorch/issues/834

У меня все та же ошибка

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_device_LIBRARY (ADVANCED)
    linked by target "THC" in directory /root/torch/extra/cutorch/lib/THC
...