update cpu related doc (#20444)

This commit is contained in:
Wang, Yi
2022-11-28 21:54:35 +08:00
committed by GitHub
parent 8f7078e822
commit ca3b652bbd
2 changed files with 21 additions and 20 deletions

View File

@@ -25,22 +25,15 @@ Check more detailed information for [Auto Mixed Precision](https://intel.github.
IPEX release is following PyTorch, to install via pip:
For PyTorch-1.10:
| PyTorch Version | IPEX version |
| :---------------: | :----------: |
| 1.13 | 1.13.0+cpu |
| 1.12 | 1.12.300+cpu |
| 1.11 | 1.11.200+cpu |
| 1.10 | 1.10.100+cpu |
```
pip install intel_extension_for_pytorch==1.10.100+cpu -f https://software.intel.com/ipex-whl-stable
```
For PyTorch-1.11:
```
pip install intel_extension_for_pytorch==1.11.200+cpu -f https://software.intel.com/ipex-whl-stable
```
For PyTorch-1.12:
```
pip install intel_extension_for_pytorch==1.12.300+cpu -f https://software.intel.com/ipex-whl-stable
pip install intel_extension_for_pytorch==<version_name> -f https://developer.intel.com/ipex-whl-stable-cpu
```
Check more approaches for [IPEX installation](https://intel.github.io/intel-extension-for-pytorch/cpu/latest/tutorials/installation.html).