I have ubuntu 18.04, and accidentally installed cuda 9.1 to run Tensorflow-gpu, but it seems tensorflow-gpu requires cuda 10.0, so I want to remove cuda first by executing: martin@nlp-server:~$ sudo apt-get remove --auto-remove nvidia-cuda-toolkit Reading package lists... Done Building de...
Ubuntu - Remove rc packages To find if anybrokenpackages are there: sudo dpkg -l |grep"^iU" To removebrokenpackages any of two commands will help: sudo apt-get-f install sudo apt-getremove--purge $(dpkg -l | grep"^iU"| awk'{print $2}') To find theresidualpackages following comman...
API version: 3.0 (OpenCL 3.0 CUDA)Device version: 3.0 (OpenCL 3.0 CUDA)Vendor name: NVIDIADriver date: UNKNOWNDriver age: UNKNOWNDriver version: UNKNOWNBandwidth: 10 GB / sCompute score: 98.9291Device name string: NVIDIA GeForce GT 710Device vendor string: NVIDIA C...
export CONDA_CUDATOOLKIT_CONSTRAINT=" - pytorch-cuda >=11.8,<11.9 # [not osx]" export MAGMA_PACKAGE=" - magma-cuda118 # [not osx and not win]" elif [[ "$desired_cuda" == "11.7" ]]; then export CONDA_CUDATOOLKIT_CONSTRAINT=" - pytorch-cuda >=11.7,<11.8 # [not osx]" export ...