Я пытаюсь установить факел на 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