Skip to content

Commit

Permalink
update installation guide for windows (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Aug 4, 2023
1 parent 1b20715 commit 6947f55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xpu/2.0.110+xpu/tutorials/installations/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h2>Install via compiling from source<a class="headerlink" href="#install-via-co
<section id="compile-the-bundle-pytorch-torchvision-intel-extension-for-pytorch-with-script">
<h3>Compile the bundle (PyTorch*, torchvision, Intel® Extension for PyTorch*) with script<a class="headerlink" href="#compile-the-bundle-pytorch-torchvision-intel-extension-for-pytorch-with-script" title="Permalink to this heading"></a></h3>
<p>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.</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$ wget https://raw.githubusercontent.com/intel/intel-extension-for-pytorch/v2.0.110+xpu/scripts/compile_bundle.bat
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>Download https://github.com/intel/intel-extension-for-pytorch/blob/v2.0.110%2Bxpu/scripts/compile_bundle.bat
$ compile_bundle.bat &lt;DPCPPROOT&gt; &lt;MKLROOT&gt;
DPCPPROOT and MKLROOT are mandatory, should be absolute or relative path to the root directory of DPC++ compiler and oneMKL respectively.
</pre></div>
Expand All @@ -277,10 +277,10 @@ <h3>Compile the bundle (PyTorch*, torchvision, Intel® Extension for PyTorch*) w
</div>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$ mkdir ipex_bundle
$ <span class="nb">cd</span> 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
</pre></div>
</div>
</section>
Expand Down Expand Up @@ -329,4 +329,4 @@ <h2>Sanity Test<a class="headerlink" href="#sanity-test" title="Permalink to thi
</script>

</body>
</html>
</html>

0 comments on commit 6947f55

Please sign in to comment.