Skip to content

Commit 80cf3ca

Browse files
authored
update readme for 2.7 (#240)
1 parent 4062425 commit 80cf3ca

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ We recommend using Anaconda as Python package management system. The followings
3636
| `torch` | `oneccl_bindings_for_pytorch` |
3737
| :-------------------------------------------------------------: | :-----------------------------------------------------------------------: |
3838
| `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) |
4041
| [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) |
4142
| [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) |
4243
| [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.
6162

6263
- Python 3.8 or later and a C++17 compiler
6364

64-
- PyTorch v2.6.0
65+
- PyTorch v2.7.0
6566

6667
## Build Option List
6768

@@ -95,7 +96,7 @@ The following launch options are supported in Intel® oneCCL Bindings for PyTorc
9596

9697
```bash
9798
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
99100
git submodule sync
100101
git submodule update --init --recursive
101102
```
@@ -119,6 +120,7 @@ Wheel files are available for the following Python versions. Please always use t
119120

120121
| 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 |
121122
| :---------------: | :--------: | :--------: | :--------: | :--------: | :---------: | :---------: | :---------: | :---------: |
123+
| 2.7.0 | | | ||||||
122124
| 2.6.0 | | | ||||||
123125
| 2.5.1 | | | ||||| |
124126
| 2.3.100 | | ||||| | |
@@ -134,7 +136,7 @@ Wheel files are available for the following Python versions. Please always use t
134136
| 1.10.0 ||||| | | | |
135137

136138
```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/
138140
```
139141

140142
**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

Comments
 (0)