Skip to content

Commit

Permalink
update windows installation command (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Aug 4, 2023
1 parent 84eeb3c commit 6a6f620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpu/2.0.110+xpu/tutorials/installations/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h4>Generic Python<a class="headerlink" href="#generic-python" title="Permalink
</tbody>
</table>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>conda install pkg-config libuv
python -m pip install <span class="nv">torch</span><span class="o">==</span><span class="m">2</span>.0.1a0 <span class="nv">torchvision</span><span class="o">==</span><span class="m">0</span>.15.2a0 <span class="nv">intel_extension_for_pytorch</span><span class="o">==</span><span class="m">2</span>.0.110+xpu -f https://developer.intel.com/ipex-whl-stable-xpu
python -m pip install <span class="nv">torch</span><span class="o">==</span><span class="m">2</span>.0.0a0 <span class="nv">intel_extension_for_pytorch</span><span class="o">==</span><span class="m">2</span>.0.110+gitba7f6c1 -f https://developer.intel.com/ipex-whl-stable-xpu
</pre></div>
</div>
</section>
Expand Down

0 comments on commit 6a6f620

Please sign in to comment.