Help! What am I doing wrong?

#71
by Stablovski - opened

I'm trying to install TTX on windows 11. I use these tips

Снимок экрана 2025-02-06 033439.png
at the end, I insert this code as it says in the instructions.

Снимок экрана 2025-02-06 033649.png
but when I start, I inevitably get this. Can you tell me where I made a mistake?
Снимок экрана 2025-02-06 033307.png

Please insert the following line before line 23 to ensure proper device selection:

device = "cuda" if torch.cuda.is_available() else "cpu"

Sign up or log in to comment