knowledge-vault/sources/references/开发笔记/Conda/Cuda.me

8 lines
226 B
Plaintext

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