mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-15 13:29:51 +08:00
Add Time
This commit is contained in:
parent
24f0dfab93
commit
f338e4c48c
5
.github/build_windows_packages.ps1
vendored
5
.github/build_windows_packages.ps1
vendored
@ -114,10 +114,7 @@ switch ($cuda) {
|
|||||||
|
|
||||||
Write-Host "[INFO] Installing dependencies..."
|
Write-Host "[INFO] Installing dependencies..."
|
||||||
& ".\runtime\python.exe" -m pip install -r extra-req.txt --no-deps --no-warn-script-location
|
& ".\runtime\python.exe" -m pip install -r extra-req.txt --no-deps --no-warn-script-location
|
||||||
$time = Measure-Command {
|
& ".\runtime\python.exe" -m pip install -r requirements.txt --no-warn-script-location
|
||||||
& ".\runtime\python.exe" -m pip install -r requirements.txt --no-warn-script-location
|
|
||||||
}
|
|
||||||
Write-Host "Elapsed time: $($time.TotalSeconds) seconds"
|
|
||||||
|
|
||||||
Write-Host "[INFO] Downloading NLTK and pyopenjtalk dictionary..."
|
Write-Host "[INFO] Downloading NLTK and pyopenjtalk dictionary..."
|
||||||
$PYTHON = ".\runtime\python.exe"
|
$PYTHON = ".\runtime\python.exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user