User reports that their AMD Radeon RX 9070 XT GPU is not detected when using Rocm 7.2 with Pytorch on Windows, despite having the correct setup. They seek clarification on whether GPT-SoVITS is updated to handle this configuration.
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