mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 14:40:00 +08:00
Update install.sh
修复系统内没有make命令时运行报错
This commit is contained in:
parent
4f8e1660af
commit
c325b5ed43
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
conda install -c conda-forge gcc
|
conda install -c conda-forge gcc
|
||||||
conda install -c conda-forge gxx
|
conda install -c conda-forge gxx
|
||||||
conda install ffmpeg cmake
|
conda install ffmpeg cmake make
|
||||||
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
|
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
|
pip install -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user