mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-14 20:31:09 +08:00
Compare commits
3 Commits
9e50b0c1fb
...
ec813e862f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec813e862f | ||
|
|
d46c069e52 | ||
|
|
a4323233c6 |
@ -367,6 +367,7 @@ class TTS_Config:
|
||||
configs = deepcopy(self.default_configs)
|
||||
if self.configs is not None:
|
||||
configs["custom"] = self.update_configs()
|
||||
configs["version"] = self.version
|
||||
|
||||
if configs_path is None:
|
||||
configs_path = self.configs_path
|
||||
|
||||
@ -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