Skip to content

Commit 8b48e22

Browse files
authored
Correct download link
1 parent 11fc17e commit 8b48e22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,11 @@ Wheel files are avaiable for the following Python versions.
119119
| 1.10.0 ||||| | |
120120

121121
```bash
122-
python -m pip install oneccl_bind_pt==2.1.100 -f https://developer.intel.com/ipex-whl-stable-xpu
122+
python -m pip install oneccl_bind_pt==2.1.100 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
123123
```
124124

125+
**Note:** Please set proxy or update URL address to https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/ if you meet connection issue.
126+
125127
### Runtime Dynamic Linking
126128

127129
- If oneccl_bindings_for_pytorch is built without oneCCL and use oneCCL in system, dynamic link oneCCl from oneAPI basekit (recommended usage):

0 commit comments

Comments
 (0)