-
Hi, I'm terribly sorry if this is the wrong place to ask but I'm a complete loss. Ever since I got a 5080 GPU i cannot get passed the CUDA error no matter what I try. I'm hoping some can show some insight as the why this is happening (and this is happening with all other GUI's etc as well). I do notice some warnings but i do seem to have the proper pytorch and cuda version (i think?) The log I keep on seeing: Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] warnings.warn( To create a public link, set CUDA error: no kernel image is available for execution on the device Any help is much appreciated! Kind regards. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, you can update torch from SM packages tab -> 3-dots menu for forge -> python packages -> + button -> enter then click OK and once that's done it should be all set. Also double check that you're on the latest version of Stability Matrix in the Settings tab, should be v2.14.2, to make sure this doesn't happen again after an update to forge. |
Beta Was this translation helpful? Give feedback.
-
That did the trick. Thank you so much! |
Beta Was this translation helpful? Give feedback.
Hi, you can update torch from SM packages tab -> 3-dots menu for forge -> python packages -> + button -> enter
torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128 --force-reinstall
then click OK and once that's done it should be all set.
Also double check that you're on the latest version of Stability Matrix in the Settings tab, should be v2.14.2, to make sure this doesn't happen again after an update to forge.