From 0d40bf9d6e16e3fcd755e74cec7c6f8ceb3b2647 Mon Sep 17 00:00:00 2001 From: Nicki Skafte Detlefsen Date: Wed, 20 Dec 2023 15:55:09 +0100 Subject: [PATCH] update version dict --- scripts/adjust-torch-versions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/adjust-torch-versions.py b/scripts/adjust-torch-versions.py index 166d6b19..1e58d190 100644 --- a/scripts/adjust-torch-versions.py +++ b/scripts/adjust-torch-versions.py @@ -10,7 +10,8 @@ VERSIONS = [ {"torch": "2.2.0", "torchvision": "0.17.0", "torchtext": "0.17.0", "torchaudio": "2.2.0"}, # nightly - {"torch": "2.1.1", "torchvision": "0.16.1", "torchtext": "0.16.1", "torchaudio": "2.1.1"}, # stable + {"torch": "2.1.2", "torchvision": "0.16.2", "torchtext": "0.16.2", "torchaudio": "2.1.2"}, # stable + {"torch": "2.1.1", "torchvision": "0.16.1", "torchtext": "0.16.1", "torchaudio": "2.1.1"}, {"torch": "2.1.0", "torchvision": "0.16.0", "torchtext": "0.16.0", "torchaudio": "2.1.0"}, {"torch": "2.0.1", "torchvision": "0.15.2", "torchtext": "0.15.2", "torchaudio": "2.0.2"}, {"torch": "2.0.0", "torchvision": "0.15.1", "torchtext": "0.15.1", "torchaudio": "2.0.1"},