diff --git a/dev-tools/download_windows_deps.ps1 b/dev-tools/download_windows_deps.ps1 index c0747a428..08652c94d 100755 --- a/dev-tools/download_windows_deps.ps1 +++ b/dev-tools/download_windows_deps.ps1 @@ -9,9 +9,7 @@ # 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-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 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