1
0
mirror of https://github.com/RVC-Boss/GPT-SoVITS.git synced 2025-04-28 04:49:01 +08:00
2024-01-17 08:58:19 +08:00

7 lines
243 B
Bash

#!/bin/bash
conda install -c conda-forge gcc
conda install -c conda-forge gxx
conda install ffmpeg cmake
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -r requirements.txt