From 9de546162b586c3d5ce3c9e3bbe93273e5651e34 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Thu, 22 May 2025 16:28:36 +0300 Subject: [PATCH] Update build_windows_packages.ps1 --- .github/build_windows_packages.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build_windows_packages.ps1 b/.github/build_windows_packages.ps1 index 196e5894..5d6cd265 100644 --- a/.github/build_windows_packages.ps1 +++ b/.github/build_windows_packages.ps1 @@ -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