mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-13 06:39:51 +08:00
Fix Wrong Path
This commit is contained in:
parent
0a0012ec4d
commit
b283a0d4fb
@ -8,7 +8,7 @@ cd .. || exit 1
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
source "$HOME/anaconda3/etc/profile.d/conda.sh"
|
source "$HOME/miniconda3/etc/profile.d/conda.sh"
|
||||||
|
|
||||||
mkdir GPT_SoVITS
|
mkdir GPT_SoVITS
|
||||||
|
|
||||||
@ -26,8 +26,8 @@ pip show torch
|
|||||||
|
|
||||||
rm -rf /tmp/* /var/tmp/*
|
rm -rf /tmp/* /var/tmp/*
|
||||||
|
|
||||||
rm -rf "$HOME/anaconda3/pkgs"
|
rm -rf "$HOME/miniconda3/pkgs"
|
||||||
|
|
||||||
mkdir "$HOME/anaconda3/pkgs"
|
mkdir "$HOME/miniconda3/pkgs"
|
||||||
|
|
||||||
rm -rf /root/.conda /root/.cache
|
rm -rf /root/.conda /root/.cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user