We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fc17e commit 8b48e22Copy full SHA for 8b48e22
README.md
@@ -119,9 +119,11 @@ Wheel files are avaiable for the following Python versions.
119
| 1.10.0 | √ | √ | √ | √ | | |
120
121
```bash
122
-python -m pip install oneccl_bind_pt==2.1.100 -f https://developer.intel.com/ipex-whl-stable-xpu
+python -m pip install oneccl_bind_pt==2.1.100 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
123
```
124
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
+
127
### Runtime Dynamic Linking
128
129
- 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