We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251b075 commit defb525Copy full SHA for defb525
.gitignore
@@ -23,6 +23,8 @@ dist/
23
/slm/*/*.bin
24
25
/scripts/test/
26
+/scripts/lib/
27
+/scripts/Style-Bert-VITS2/
28
*.zip
29
*.csv
30
*.bak
scripts/Update-Style-Bert-VITS2.bat
@@ -20,7 +20,6 @@ if !errorlevel! neq 0 (
20
echo --------------------------------------------------
21
echo Executing: set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
22
set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
- if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
echo Checking Git Installation...
0 commit comments