@@ -36,7 +36,8 @@ We recommend using Anaconda as Python package management system. The followings
36
36
| ` torch ` | ` oneccl_bindings_for_pytorch ` |
37
37
| :-------------------------------------------------------------: | :-----------------------------------------------------------------------: |
38
38
| ` master ` | ` master ` |
39
- | [ v2.6.0] ( https://github.com/pytorch/pytorch/tree/v2.6.0 ) | [ ccl_torch2.5.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.6.0+xpu ) |
39
+ | [ v2.7.0] ( https://github.com/pytorch/pytorch/tree/v2.7.0 ) | [ ccl_torch2.7.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.7.0+xpu ) |
40
+ | [ v2.6.0] ( https://github.com/pytorch/pytorch/tree/v2.6.0 ) | [ ccl_torch2.6.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.6.0+xpu ) |
40
41
| [ v2.5.0] ( https://github.com/pytorch/pytorch/tree/v2.5.0 ) | [ ccl_torch2.5.0] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.5.0+xpu ) |
41
42
| [ v2.3.1] ( https://github.com/pytorch/pytorch/tree/v2.3.1 ) | [ ccl_torch2.3.100] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.3.100+xpu ) |
42
43
| [ v2.1.0] ( https://github.com/pytorch/pytorch/tree/v2.1.0 ) | [ ccl_torch2.1.400] ( https://github.com/intel/torch-ccl/tree/ccl_torch2.1.400+xpu ) |
@@ -61,7 +62,7 @@ The usage details can be found in the README of corresponding branch.
61
62
62
63
- Python 3.8 or later and a C++17 compiler
63
64
64
- - PyTorch v2.6 .0
65
+ - PyTorch v2.7 .0
65
66
66
67
## Build Option List
67
68
@@ -95,7 +96,7 @@ The following launch options are supported in Intel® oneCCL Bindings for PyTorc
95
96
96
97
``` bash
97
98
git clone https://github.com/intel/torch-ccl.git && cd torch-ccl
98
- git checkout ccl_torch2.6 .0+xpu
99
+ git checkout ccl_torch2.7 .0+xpu
99
100
git submodule sync
100
101
git submodule update --init --recursive
101
102
```
@@ -119,6 +120,7 @@ Wheel files are available for the following Python versions. Please always use t
119
120
120
121
| Extension Version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 |
121
122
| :---------------: | :--------: | :--------: | :--------: | :--------: | :---------: | :---------: | :---------: | :---------: |
123
+ | 2.7.0 | | | | √ | √ | √ | √ | √ |
122
124
| 2.6.0 | | | | √ | √ | √ | √ | √ |
123
125
| 2.5.1 | | | | √ | √ | √ | √ | |
124
126
| 2.3.100 | | | √ | √ | √ | √ | | |
@@ -134,7 +136,7 @@ Wheel files are available for the following Python versions. Please always use t
134
136
| 1.10.0 | √ | √ | √ | √ | | | | |
135
137
136
138
``` bash
137
- python -m pip install oneccl_bind_pt==2.6 .0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
139
+ python -m pip install oneccl_bind_pt==2.7 .0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
138
140
```
139
141
140
142
** Note:** Please set proxy or update URL address to https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/ if you meet connection issue.
0 commit comments