mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-08 15:51:09 +08:00
Compare commits
3 Commits
2bfd9994d4
...
b4bbefa896
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4bbefa896 | ||
|
|
d46c069e52 | ||
|
|
36df18cbb9 |
@ -33,7 +33,7 @@ on_error() {
|
||||
|
||||
run_conda_quiet() {
|
||||
local output
|
||||
output=$(conda install --yes --quiet "$@" 2>&1) || {
|
||||
output=$(conda install --yes --quiet -c conda-forge "$@" 2>&1) || {
|
||||
echo -e "${ERROR} Conda install failed:\n$output"
|
||||
exit 1
|
||||
}
|
||||
@ -60,8 +60,6 @@ if ! command -v conda &>/dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
run_conda_quiet gcc
|
||||
|
||||
USE_CUDA=false
|
||||
USE_ROCM=false
|
||||
USE_CPU=false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user