mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-25 15:04:33 +08:00
Add Time
This commit is contained in:
parent
e8241861fb
commit
ec822a48f1
3
.github/build_windows_packages.ps1
vendored
3
.github/build_windows_packages.ps1
vendored
@ -144,7 +144,10 @@ Set-Location ../
|
|||||||
Get-ChildItem .
|
Get-ChildItem .
|
||||||
Copy-Item -Path $curr -Destination $pkgName -Recurse
|
Copy-Item -Path $curr -Destination $pkgName -Recurse
|
||||||
$7zPath = "$pkgName.7z"
|
$7zPath = "$pkgName.7z"
|
||||||
|
$time = Measure-Command {
|
||||||
& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -mx=9 -bsp1
|
& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -mx=9 -bsp1
|
||||||
|
}
|
||||||
|
Write-Host "7z compression finished in $($time.TotalSeconds) seconds"
|
||||||
Get-ChildItem .
|
Get-ChildItem .
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user