From f265f1ed5e362f8f1f0e57e9df1e8dae907058bf Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 12 Oct 2023 14:13:30 -0700 Subject: [PATCH 1/3] Add torch 2.1.0 to Version Compatibility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 629146f91..42235b5a6 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ The following is the corresponding `torchdata` versions and supported Python ver | `torch` | `torchdata` | `python` | | -------------------- | ------------------ | ----------------- | | `master` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | +| `2.1.0` | `0.7.0` | `>=3.8`, `<=3.11` | | `2.0.0` | `0.6.0` | `>=3.8`, `<=3.11` | | `1.13.1` | `0.5.1` | `>=3.7`, `<=3.10` | | `1.12.1` | `0.4.1` | `>=3.7`, `<=3.10` | From ef28a67e32e07079189a5f5231086e7220e7f83f Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 12 Oct 2023 14:20:49 -0700 Subject: [PATCH 2/3] fix_torch --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 42235b5a6..d1f40104f 100644 --- a/README.md +++ b/README.md @@ -47,15 +47,15 @@ flexible and reusable. The following is the corresponding `torchdata` versions and supported Python versions. -| `torch` | `torchdata` | `python` | -| -------------------- | ------------------ | ----------------- | -| `master` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | -| `2.1.0` | `0.7.0` | `>=3.8`, `<=3.11` | -| `2.0.0` | `0.6.0` | `>=3.8`, `<=3.11` | -| `1.13.1` | `0.5.1` | `>=3.7`, `<=3.10` | -| `1.12.1` | `0.4.1` | `>=3.7`, `<=3.10` | -| `1.12.0` | `0.4.0` | `>=3.7`, `<=3.10` | -| `1.11.0` | `0.3.0` | `>=3.7`, `<=3.10` | +| `torch` | `torchdata` | `python` | +| ------------------ | ------------------ | ----------------- | +| `main` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | +| `2.1.0` | `0.7.0` | `>=3.8`, `<=3.11` | +| `2.0.0` | `0.6.0` | `>=3.8`, `<=3.11` | +| `1.13.1` | `0.5.1` | `>=3.7`, `<=3.10` | +| `1.12.1` | `0.4.1` | `>=3.7`, `<=3.10` | +| `1.12.0` | `0.4.0` | `>=3.7`, `<=3.10` | +| `1.11.0` | `0.3.0` | `>=3.7`, `<=3.10` | ### Colab From 1c447da04304ea4ba55f26deb97b9bdbc2e59f7b Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 12 Oct 2023 14:21:43 -0700 Subject: [PATCH 3/3] fix_version --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 93acf06b0..4c46bdd56 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.7.0a0 +0.8.0a0