Skip to content

Commit 9da7844

Browse files
authored
correct install url (#1295)
1 parent 4dabfa7 commit 9da7844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python -m pip install intel_extension_for_pytorch
2020
```
2121

2222
```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
2424
```
2525

2626
**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.
3333

3434
```python
3535
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
3737
```
3838

3939
**Note:** The patched PyTorch 1.10.0a0 is required to work with Intel® Extension for PyTorch\* on Intel® graphics card for now.

0 commit comments

Comments
 (0)