From 6947f55a7aff6bfd9139bd411f4d431c1fb0fa46 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Fri, 4 Aug 2023 09:32:45 +0900 Subject: [PATCH] update installation guide for windows (#1864) --- xpu/2.0.110+xpu/tutorials/installations/windows.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xpu/2.0.110+xpu/tutorials/installations/windows.html b/xpu/2.0.110+xpu/tutorials/installations/windows.html index 21461e324..21059b6e8 100644 --- a/xpu/2.0.110+xpu/tutorials/installations/windows.html +++ b/xpu/2.0.110+xpu/tutorials/installations/windows.html @@ -263,7 +263,7 @@

Install via compiling from source

Compile the bundle (PyTorch*, torchvision, Intel® Extension for PyTorch*) with script

To ensure a smooth compilation of the bundle, including PyTorch*, torchvision, Intel® Extension for PyTorch*, a script is provided in the Github repo. If you would like to compile the binaries from source, it is highly recommended to utilize this script.

-
$ wget https://raw.githubusercontent.com/intel/intel-extension-for-pytorch/v2.0.110+xpu/scripts/compile_bundle.bat
+
Download https://github.com/intel/intel-extension-for-pytorch/blob/v2.0.110%2Bxpu/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.
 
@@ -277,10 +277,10 @@

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

$ mkdir ipex_bundle
 $ cd ipex_bundle
-$ wget .../compile_bundle.bat
+Download .../compile_bundle.bat
 $ compile_bundle.bat ...
-$ ls
-compile_bundle.sh  intel_extension_for_pytorch  torch  vision
+$ dir
+compile_bundle.bat  intel_extension_for_pytorch  torch  vision
 
@@ -329,4 +329,4 @@

Sanity Test