mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-26 07:19:57 +08:00
Update build_windows_packages.ps1
This commit is contained in:
parent
cfefe6febf
commit
9de546162b
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -117,7 +117,7 @@ Write-Host "[INFO] Installing PyTorch..."
|
||||
& ".\runtime\python.exe" -m pip install --upgrade pip --no-warn-script-location
|
||||
switch ($cuda) {
|
||||
"cu124" {
|
||||
& ".\runtime\python.exe" -m pip install torch==2.5.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124 --no-warn-script-location
|
||||
& ".\runtime\python.exe" -m pip install torch==2.6 torchaudio --index-url https://download.pytorch.org/whl/cu124 --no-warn-script-location
|
||||
}
|
||||
"cu128" {
|
||||
& ".\runtime\python.exe" -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu128 --no-warn-script-location
|
||||
|
Loading…
x
Reference in New Issue
Block a user