SuCicada commited on
Commit
e3a7278
1 Parent(s): dc0fc87
Files changed (1) hide show
  1. run.sh +2 -1
run.sh CHANGED
@@ -7,7 +7,8 @@ if [ -d "SuTTS" ]; then
7
  git submodule update --recursive
8
  git submodule sync
9
  else
10
- git clone https://github.com/Plachtaa/VITS-fast-fine-tuning.git -b 0fe10b44 --recurse-submodules $project
 
11
  cd $project
12
  fi
13
 
 
7
  git submodule update --recursive
8
  git submodule sync
9
  else
10
+ git clone https://github.com/Plachtaa/VITS-fast-fine-tuning.git --recurse-submodules $project
11
+ git checkout 0fe10b449e673cbbd0ddb3b4fe4967e4f7096a09
12
  cd $project
13
  fi
14