mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-19 08:19:47 +08:00
Remove Debug Code (#2471)
This commit is contained in:
parent
6fdc67ca83
commit
d46c069e52
@ -33,7 +33,7 @@ on_error() {
|
|||||||
|
|
||||||
run_conda_quiet() {
|
run_conda_quiet() {
|
||||||
local output
|
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"
|
echo -e "${ERROR} Conda install failed:\n$output"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
@ -60,8 +60,6 @@ if ! command -v conda &>/dev/null; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_conda_quiet gcc
|
|
||||||
|
|
||||||
USE_CUDA=false
|
USE_CUDA=false
|
||||||
USE_ROCM=false
|
USE_ROCM=false
|
||||||
USE_CPU=false
|
USE_CPU=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user