Uninstall cuda 9.1 and install cuda 8.0
Posted cxxszz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Uninstall cuda 9.1 and install cuda 8.0相关的知识,希望对你有一定的参考价值。
sudo apt-get --purge remove ‘cuda*‘ # remove all the cuda sudo apt-get autoremove --purge cuda sudo dpkg -i ./cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64.deb sudo apt-get update sudo apt-get install cuda-8.0
以上是关于Uninstall cuda 9.1 and install cuda 8.0的主要内容,如果未能解决你的问题,请参考以下文章
CUDA 9.1 与 Visual Studio 2017 (VS2017 15.6.4) 的不兼容问题
nvcc 致命:安装 cuda 9.1+caffe+openCV 3.4.0 时不支持 gpu 架构“compute_20”
如何在 OS X High Sierra 10.13.2 上为 CUDA 9.1 安装 NVIDIA CuDNN v7 for Tensorflow?