Skip to content

Commit

Permalink
Update IPEX version in installation guide documentation (#3342)
Browse files Browse the repository at this point in the history
update xpu version in installation guide docs
  • Loading branch information
eunwoosh authored Apr 18, 2024
1 parent cd03d83 commit 62e94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/get_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Follow the `official documentation <https://intel.github.io/intel-extension-for-

.. code-block:: shell
python -m pip install torch==2.1.0a0 torchvision==0.16.0a0 torchaudio==2.1.0a0 intel-extension-for-pytorch==2.1.10+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
python -m pip install torch==2.1.0.post0 torchvision==0.16.0.post0 torchaudio==2.1.0.post0 intel-extension-for-pytorch==2.1.20+xpu oneccl_bind_pt==2.1.200+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
3. Install MMCV.
It is required to install mmcv from source to properly build it with IPEX.
Expand Down

0 comments on commit 62e94bd

Please sign in to comment.