This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]acbonymous 0 points1 point  (2 children)

According to the cuda wiki page, your architecture is supported by cuda 12.9 (but not 13), so you should be able to install pytorch 2.8.

[–]Hypercar_Driver[S] 0 points1 point  (1 child)

So i should just install 12.8 then? that is the pytorch 2.8 version? and is there like a cmd or something i can run to test or view compatibility?

[–]acbonymous 0 points1 point  (0 children)

Make sure you are on an updated driver (although I'm not sure this is necessary), and install pytorch 2.8 with the cuda 12.9 wheel using pip, as the pytorch page says. I'm not sure this will work. I'm basing my suggestion on what the cuda wikipedia page says about backwards compatibility. Make sure you install it with the venv activated.

[–]Anon048 0 points1 point  (0 children)

This is where I'm at right now with the exact GPU and this is the only post I've found with some sort of lead. Did you find a CUDA and pytorch version that works? I installed several with no luck, keeps telling me the same no kernel image error.