From b7acc846285d75d3fd91ffe8ab2e7bfad7f523bb Mon Sep 17 00:00:00 2001 From: Ed Savage Date: Mon, 24 Nov 2025 09:49:04 +1300 Subject: [PATCH 1/3] [ML] Use PyTorch 2.7.1 for Windows builds --- dev-tools/download_windows_deps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/download_windows_deps.ps1 b/dev-tools/download_windows_deps.ps1 index c0747a428..35f8843eb 100755 --- a/dev-tools/download_windows_deps.ps1 +++ b/dev-tools/download_windows_deps.ps1 @@ -11,7 +11,7 @@ $ErrorActionPreference="Stop" # TODO: Fix the windows build and use the latest archive # $Archive="usr-x86_64-windows-2016-16.zip" -$Archive="usr-x86_64-windows-2016-15.zip" +$Archive="usr-x86_64-windows-2016-16.zip" $Destination="C:\" # If PyTorch is not version 2.7.1 then we need the latest download if (!(Test-Path "$Destination\usr\local\include\pytorch\torch\csrc\api\include\torch\version.h") -Or From 3243abefc5c57b145dd807985cd58c4914360e97 Mon Sep 17 00:00:00 2001 From: Ed Savage Date: Mon, 24 Nov 2025 14:36:42 +1300 Subject: [PATCH 2/3] Update change log --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 7abf9bbed..5958a2533 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -32,7 +32,7 @@ === Enhancements -* Update the PyTorch library to version 2.7.1. (See {ml-pull}2882[#2882].) +* Update the PyTorch library to version 2.7.1. (See {ml-pull}2882[#2882], {ml-pull}2883[#2883].) == {es} version 8.19.0 From a134294ad7622a4345a8fc41eb5324704f069955 Mon Sep 17 00:00:00 2001 From: Ed Savage Date: Mon, 24 Nov 2025 15:39:46 +1300 Subject: [PATCH 3/3] Small tidy up --- dev-tools/download_windows_deps.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-tools/download_windows_deps.ps1 b/dev-tools/download_windows_deps.ps1 index 35f8843eb..08652c94d 100755 --- a/dev-tools/download_windows_deps.ps1 +++ b/dev-tools/download_windows_deps.ps1 @@ -9,8 +9,6 @@ # limitation. # $ErrorActionPreference="Stop" -# TODO: Fix the windows build and use the latest archive -# $Archive="usr-x86_64-windows-2016-16.zip" $Archive="usr-x86_64-windows-2016-16.zip" $Destination="C:\" # If PyTorch is not version 2.7.1 then we need the latest download