Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Train tab doesn't detect my GPU [RTX 2060]
In train tab, at the "Step 2b" Im getting this error message:
Unfortunately, there is no compatible GPU available to support your training.
Your pytorch version is wrong.
Pytorch need cuda support.
which version do I need and how can I make it work, thank you for your help.
https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_531.14_windows.exe install this for win 10
Follow the instruction on how to install PyTorch here: https://pytorch.org/get-started/locally/
If you follow the instruction there, you don't need to install CUDA again.
please, can you help me my GPU is Intel's Iris Xe Graphics what can I do?
Same issue here. Used 4 NVIDIA L4s on Google Cloud with Windows Server, tried python then import torch then print(torch.cuda.is_available()),returned true. So IDK why it still have a problem here.
Same issue here. Used 4 NVIDIA L4s on Google Cloud with Windows Server, tried python then import torch then print(torch.cuda.is_available()),returned true. So IDK why it still have a problem here.
My problem still exists, but I found another way to do it through Google Colab.
Same issue here. Used 4 NVIDIA L4s on Google Cloud with Windows Server, tried python then import torch then print(torch.cuda.is_available()),returned true. So IDK why it still have a problem here.
Did you find a solution for this?
This issue was closed because it has been inactive for 15 days since being marked as stale.