Skip to content

Commit ca64667

Browse files
committed
update
1 parent efbe465 commit ca64667

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ All included operations are broadcastable, work on varying data types, are imple
4545

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

48+
#### PyTorch 2.8
49+
50+
To install the binaries for PyTorch 2.8.0, simply run
51+
52+
```
53+
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.8.0+${CUDA}.html
54+
```
55+
56+
where `${CUDA}` should be replaced by either `cpu`, `cu126`, `cu128`, or `cu129` depending on your PyTorch installation.
57+
58+
| | `cpu` | `cu126` | `cu128` | `cu129` |
59+
|-------------|-------|---------|---------|---------|
60+
| **Linux** |||||
61+
| **Windows** |||||
62+
| **macOS** || | | |
63+
4864
#### PyTorch 2.7
4965

5066
To install the binaries for PyTorch 2.7.0, simply run

0 commit comments

Comments
 (0)