From 677dfeb6f0ec4af1b36faa0244c3d694ffd03f70 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Mon, 7 Aug 2023 08:18:11 +0900 Subject: [PATCH] update link to compile_bundle.bat (#1874) --- xpu/2.0.110+xpu/tutorials/installations/windows.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpu/2.0.110+xpu/tutorials/installations/windows.html b/xpu/2.0.110+xpu/tutorials/installations/windows.html index dedec3926..3634d791d 100644 --- a/xpu/2.0.110+xpu/tutorials/installations/windows.html +++ b/xpu/2.0.110+xpu/tutorials/installations/windows.html @@ -267,7 +267,7 @@

Compile the bundle (PyTorch*, torchvision, IntelĀ® Extension for PyTorch*) w

Note

Make sure to surround values of the placeholders DPCPPROOT and MKLROOT with double quotes (") to work with directory paths containing spaces.

-
Download https://github.com/intel/intel-extension-for-pytorch/blob/v2.0.110%2Bxpu/scripts/compile_bundle.bat
+
Download https://github.com/intel/intel-extension-for-pytorch/blob/release/xpu/2.0.110/scripts/compile_bundle.bat
 $ compile_bundle.bat "<DPCPPROOT>" "<MKLROOT>"
   DPCPPROOT and MKLROOT are mandatory, should be absolute or relative path to the root directory of DPC++ compiler and oneMKL respectively.