neural-api icon indicating copy to clipboard operation
neural-api copied to clipboard

neural-api does not work on google colab with GPU / T4

Open joaopauloschuler opened this issue 7 months ago • 0 comments

OpenCL stopped working on google colab. You can confirm by running !clinfo .

To solve the problem, you can do this:

!sudo apt update
!sudo apt purge *nvidia* -y
!sudo apt install nvidia-driver-530 -y

The above solution works for me and was taken from: https://stackoverflow.com/questions/76336964/opencl-not-detecting-t4-hardware-accelerator-in-colab

joaopauloschuler avatar Dec 01 '23 22:12 joaopauloschuler