update cpu related doc (#20444)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user