We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyclesperanto-prototype doesn't work anymore on google colab
https://forum.image.sc/t/stackview-pyclesperanto-prototype-demo-on-colab-cant-use-gpu/80145/4
The text was updated successfully, but these errors were encountered:
workaround:
cle.select_device("cupy")
Sorry, something went wrong.
One can also try this:
!sudo apt update !sudo apt purge *nvidia* -y !sudo apt install nvidia-driver-530 -y
Source: https://stackoverflow.com/questions/76336964/opencl-not-detecting-t4-hardware-accelerator-in-colab/76461740#76461740
The last options works with some minor modification and ... time 😞
!sudo apt update !sudo apt purge *nvidia* -y !sudo DEBIAN_FRONTEND=noninteractive apt install nvidia-driver-530 -y
This will take quite some time, mainly the last cmd as it request a reboot which I do not know how it is managed behind but ... works.
cmd
reboot
Possible issues:
No branches or pull requests
pyclesperanto-prototype doesn't work anymore on google colab
https://forum.image.sc/t/stackview-pyclesperanto-prototype-demo-on-colab-cant-use-gpu/80145/4
The text was updated successfully, but these errors were encountered: