mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-06-19 09:51:43 +08:00
Remove Debug Code (#2471)
This commit is contained in:
parent
6fdc67ca83
commit
d46c069e52
@ -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