mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-22 11:15:51 +08:00
WIP
This commit is contained in:
parent
27534d9bc2
commit
9c3fccd4e0
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -15,6 +15,7 @@ if ($date -and $date.Trim() -ne "") {
|
||||
Write-Host "222 $date"
|
||||
}
|
||||
$pkgName = "GPT-SoVITS-$date"
|
||||
Write-Host $pkgName
|
||||
$tmpDir = "tmp"
|
||||
$srcDir = $PWD
|
||||
|
||||
@ -24,6 +25,7 @@ if ($suffix -and $suffix.Trim() -ne "") {
|
||||
}
|
||||
|
||||
$pkgName = "$pkgName-$cuda"
|
||||
Write-Host $pkgName
|
||||
|
||||
$baseHF = "https://huggingface.co/XXXXRT/GPT-SoVITS-Pretrained/resolve/main"
|
||||
$PRETRAINED_URL = "$baseHF/pretrained_models.zip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user