8000 [CD] Upgrade Windows xpu support package to 2025.0.1 for binary compr… · pytorch/pytorch@e0ea593 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0ea593

Browse files
chuanqi129pytorchmergebot
authored andcommitted
[CD] Upgrade Windows xpu support package to 2025.0.1 for binary compr 8000 ession (#148313)
The binary compression feature can reduce the size of the Torch XPU Windows wheel packages Pull Request resolved: #148313 Approved by: https://github.com/atalman
1 parent 1673bc7 commit e0ea593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/pytorch/windows/internal/xpu_install.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ set XPU_EXTRA_INSTALLED=0
4747
set XPU_EXTRA_UNINSTALL=0
4848

4949
if not [%XPU_VERSION%]==[] if [%XPU_VERSION%]==[2025.0] (
50-
set XPU_BUNDLE_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/efc86abd-cb77-452e-a03f-a741895b8ece/intel-deep-learning-essentials-2025.0.0.336_offline.exe
50+
set XPU_BUNDLE_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/9d6d6c17-ca2d-4735-9331-99447e4a1280/intel-deep-learning-essentials-2025.0.1.28_offline.exe
5151
set XPU_BUNDLE_PRODUCT_NAME=intel.oneapi.win.deep-learning-essentials.product
52-
set XPU_BUNDLE_VERSION=2025.0.0+335
52+
set XPU_BUNDLE_VERSION=2025.0.1+20
5353
set XPU_BUNDLE_INSTALLED=0
5454
set XPU_BUNDLE_UNINSTALL=0
5555
set XPU_EXTRA_URL=NULL

0 commit comments

Comments
 (0)
0