From c63e087ce91190719b38ad225bfe9e064d951188 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Mon, 11 Nov 2024 18:55:35 +0000 Subject: [PATCH] update --- CHANGELOG.md | 1 + README.md | 2 +- docs/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db05f971..d1cd6ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [0.5.0] - 2023-MM-DD ### Added +- Added PyTorch 2.5 support ([#360](https://github.com/pyg-team/pyg-lib/pull/338)) - Added PyTorch 2.4 support ([#338](https://github.com/pyg-team/pyg-lib/pull/338)) - Added PyTorch 2.3 support ([#322](https://github.com/pyg-team/pyg-lib/pull/322)) - Added Windows support ([#315](https://github.com/pyg-team/pyg-lib/pull/315)) diff --git a/README.md b/README.md index 80293a40..f4ce33f0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pip install pyg-lib -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html where * `${TORCH}` should be replaced by either `1.12.0`, `1.13.0`, `2.0.0`, `2.1.0`, `2.2.0`, `2.3.0`, `2.4.0` or `2.5.0` -* `${CUDA}` should be replaced by either `cpu`, `cu102`, `cu113`, `cu116`, `cu117`, `cu118`, or `cu121` +* `${CUDA}` should be replaced by either `cpu`, `cu102`, `cu113`, `cu116`, `cu117`, `cu118`, `cu121`, or `cu124` The following combinations are supported: diff --git a/docs/requirements.txt b/docs/requirements.txt index 0f487c7a..907cd381 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -https://download.pytorch.org/whl/cpu/torch-2.4.1%2Bcpu-cp39-cp39-linux_x86_64.whl +https://download.pytorch.org/whl/cpu/torch-2.5.0%2Bcpu-cp39-cp39-linux_x86_64.whl git+https://github.com/pyg-team/pyg_sphinx_theme.git