conda create --name rvc python=3.10
https://pytorch.org/
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
conda install pytorch torchvision torchaudio cudatoolkit=12.4 -c pytorch