File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ python -m pip install intel_extension_for_pytorch
20
20
```
21
21
22
22
``` python
23
- python - m pip install intel_extension_for_pytorch - f https:// software .intel.com/ ipex- whl- stable- cpu
23
+ python - m pip install intel_extension_for_pytorch - f https:// developer .intel.com/ ipex- whl- stable- cpu
24
24
```
25
25
26
26
** Note:** Intel® Extension for PyTorch\* has PyTorch version requirement. Please check more detailed information via the URL below.
@@ -33,7 +33,7 @@ You can install Intel® Extension for PyTorch\* for GPU via command below.
33
33
34
34
``` python
35
35
python - m pip install torch== 1.10 .0a0 - f https:// developer.intel.com/ ipex- whl- stable- xpu
36
- python - m pip install intel_extension_for_pytorch== 1.10 .200+ gpu - f https:// software .intel.com/ ipex- whl- stable- xpu
36
+ python - m pip install intel_extension_for_pytorch== 1.10 .200+ gpu - f https:// developer .intel.com/ ipex- whl- stable- xpu
37
37
```
38
38
39
39
** Note:** The patched PyTorch 1.10.0a0 is required to work with Intel® Extension for PyTorch\* on Intel® graphics card for now.
You can’t perform that action at this time.
0 commit comments