Skip to content

Commit 04f3846

Browse files
committed
update
1 parent c9f9724 commit 04f3846

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
@@ -34,6 +34,22 @@ Note that only `value` comes with autograd support, as `index` is discrete and t
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-scatter torch-sparse -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)