GPT-SoVITS/install.sh
2024-03-17 23:15:37 +08:00

12 lines
305 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
git submodule init
git submodule update --init --recursive