#2743·GPT-SoVITS

GPU not detected using Rocm 7.2 Pytorch on Windows system (Cuda is True)

Author: Crazysunday727Created Mar 3, 2026Updated Aug 27, 2026

So I currently finished setting up Rocm 7.2 with Pytorch on my windows system. When I run the command python -c "import torch; print(torch.cuda.is_available())" I do get True as a return. So I'm curious if GPT-Sovits is not updated to handle Rocm 7.2 with Pytorch yet or am I missing an extra step here in order for it to detect my GPU?

I have a AMD Radeon RX 9070 XT The 26.1.1 graphics driver Using Python 3.12 I followed the AMD website and Rocm and Pytorch are both installed based on there instructions. I've search every where but only find answers for Linux machines and python 3.9