Skip to content

Commit 13bde79

Browse files
committed
update
1 parent dd17c2e commit 13bde79

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/building.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
cuda-version: 'cu124'
2424
- torch-version: 2.7.0
2525
cuda-version: 'cu129'
26+
- torch-version: 2.8.0
27+
cuda-version: 'cu118'
28+
- torch-version: 2.8.0
29+
cuda-version: 'cu124'
2630
- os: macos-14
2731
cuda-version: 'cu118'
2832
- os: macos-14

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ All included operations work on varying data types and are implemented both for
3434

3535
We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](https://data.pyg.org/whl).
3636

37+
#### PyTorch 2.8
38+
39+
To install the binaries for PyTorch 2.8.0, simply run
40+
41+
```
42+
pip install torch-cluster -f https://data.pyg.org/whl/torch-2.8.0+${CUDA}.html
43+
```
44+
45+
where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu129` depending on your PyTorch installation.
46+
47+
| | `cpu` | `cu126` | `cu128` | `cu129` |
48+
|-------------|-------|---------|---------|---------|
49+
| **Linux** |||||
50+
| **Windows** |||||
51+
| **macOS** || | | |
52+
3753
#### PyTorch 2.7
3854

3955
To install the binaries for PyTorch 2.7.0, simply run

0 commit comments

Comments
 (0)