From f7bbb610ffcac0d89ed14286690bbfd76d9a88e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Fri, 14 Jul 2023 03:48:49 +0200 Subject: [PATCH 1/3] Update adjust-torch-versions.py --- scripts/adjust-torch-versions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/adjust-torch-versions.py b/scripts/adjust-torch-versions.py index c573a37e..9503a8da 100644 --- a/scripts/adjust-torch-versions.py +++ b/scripts/adjust-torch-versions.py @@ -9,10 +9,10 @@ from typing import Dict, Optional VERSIONS = [ + {"torch": "2.1.0", "torchvision": "0.16.0", "torchtext": "0.16.0", "torchaudio": "2.1.0"}, # stable {"torch": "2.0.1", "torchvision": "0.15.2", "torchtext": "0.15.2", "torchaudio": "2.0.1"}, # stable {"torch": "2.0.0", "torchvision": "0.15.1", "torchtext": "0.15.1", "torchaudio": "2.0.0"}, - {"torch": "1.14.0", "torchvision": "0.15.0", "torchtext": "0.15.0", "torchaudio": "0.13.1"}, # nightly - {"torch": "1.13.1", "torchvision": "0.14.1", "torchtext": "0.14.1", "torchaudio": "0.13.1"}, # stable + {"torch": "1.13.1", "torchvision": "0.14.1", "torchtext": "0.14.1", "torchaudio": "0.13.1"}, {"torch": "1.13.0", "torchvision": "0.14.0", "torchtext": "0.14.0", "torchaudio": "0.13.0"}, {"torch": "1.12.1", "torchvision": "0.13.1", "torchtext": "0.13.1", "torchaudio": "0.12.1"}, {"torch": "1.12.0", "torchvision": "0.13.0", "torchtext": "0.13.0", "torchaudio": "0.12.0"}, From c11ce291544ae61bfacff6ee694ba16bf4a70daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Fri, 14 Jul 2023 03:49:41 +0200 Subject: [PATCH 2/3] Update adjust-torch-versions.py --- scripts/adjust-torch-versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/adjust-torch-versions.py b/scripts/adjust-torch-versions.py index 9503a8da..e83a4a37 100644 --- a/scripts/adjust-torch-versions.py +++ b/scripts/adjust-torch-versions.py @@ -9,7 +9,7 @@ from typing import Dict, Optional VERSIONS = [ - {"torch": "2.1.0", "torchvision": "0.16.0", "torchtext": "0.16.0", "torchaudio": "2.1.0"}, # stable + {"torch": "2.1.0", "torchvision": "0.16.0", "torchtext": "0.16.0", "torchaudio": "2.1.0"}, # nightly {"torch": "2.0.1", "torchvision": "0.15.2", "torchtext": "0.15.2", "torchaudio": "2.0.1"}, # stable {"torch": "2.0.0", "torchvision": "0.15.1", "torchtext": "0.15.1", "torchaudio": "2.0.0"}, {"torch": "1.13.1", "torchvision": "0.14.1", "torchtext": "0.14.1", "torchaudio": "0.13.1"}, From 6be5d852f2b31cc90e49a6f092d42dd761125f30 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Fri, 14 Jul 2023 07:58:47 +0200 Subject: [PATCH 3/3] Update adjust-torch-versions.py --- scripts/adjust-torch-versions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/adjust-torch-versions.py b/scripts/adjust-torch-versions.py index e83a4a37..f2b228a7 100644 --- a/scripts/adjust-torch-versions.py +++ b/scripts/adjust-torch-versions.py @@ -12,6 +12,7 @@ {"torch": "2.1.0", "torchvision": "0.16.0", "torchtext": "0.16.0", "torchaudio": "2.1.0"}, # nightly {"torch": "2.0.1", "torchvision": "0.15.2", "torchtext": "0.15.2", "torchaudio": "2.0.1"}, # stable {"torch": "2.0.0", "torchvision": "0.15.1", "torchtext": "0.15.1", "torchaudio": "2.0.0"}, + {"torch": "1.14.0", "torchvision": "0.15.0", "torchtext": "0.15.0", "torchaudio": "0.14.0"}, # nightly {"torch": "1.13.1", "torchvision": "0.14.1", "torchtext": "0.14.1", "torchaudio": "0.13.1"}, {"torch": "1.13.0", "torchvision": "0.14.0", "torchtext": "0.14.0", "torchaudio": "0.13.0"}, {"torch": "1.12.1", "torchvision": "0.13.1", "torchtext": "0.13.1", "torchaudio": "0.12.1"},