TechnicJelle
TechnicJelle
I'm trying to do the same as you described, but it seems like it's not working for me. I have installed the CUDA Toolkit, although somehow it did install 11.7,...
> Hmm, might also be worth also upgrading jax then if you haven't yet. `pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html` THAT DID IT! ```python $ python Python 3.8.10 (default, Mar...
When you click the link to [download.pytorch.org/whl/cu113](https://download.pytorch.org/whl/cu113), it results in a page with some more links. If you edit the URL to [download.pytorch.org/whl/cu117](https://download.pytorch.org/whl/cu117), it results in an Access Denied XML...
It seems I have successfully managed to install cuDNN, as dall-e is not complaining about not having it anymore. But now it is complaining that it's failing to allocate memory,...
It restarts itself automatically, but the second time it runs, it fails to find the GPU again, putting me right back to square 1... Full stacktrace from beginning to end:...
Alright, I see. Thanks. Let's see if we can get one step closer again...
It seems like it might be due to "incompatible versions of CUDA, TensorFlow, NVIDIA drivers, etc."... I really don't want to go through this painful process of installing everything again......
I'm currently trying about the same thing, and I'm also having a bit of trouble. I'm trying to get a Processing sketch built using Ubuntu 20.04.2 LTS (in GitHub Actions)...
I have the same issue, but I cannot get it to work by manually entering my number.
Would it be possible to add support for plugins hosted on GitHub as well? Maybe it'd just be able to download them from the release pages? I would be okay...