From 03453df765a547df0c18a31c9e928c4b7c4f6bfd Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 24 Mar 2026 03:45:15 -0700 Subject: [PATCH 1/7] torch 2.11.0 & tensorflow 2.21.0 --- requirements-torch.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-torch.txt b/requirements-torch.txt index 97f036e5..b5f94cb2 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu/ -torch==2.10.0+cpu ; sys_platform != 'darwin' -torchvision==0.25.0+cpu ; sys_platform != 'darwin' -torch==2.10.0 ; sys_platform == 'darwin' -torchvision==0.25.0 ; sys_platform == 'darwin' +torch==2.11.0+cpu ; sys_platform != 'darwin' +torchvision==0.26.0+cpu ; sys_platform != 'darwin' +torch==2.11.0 ; sys_platform == 'darwin' +torchvision==0.26.0 ; sys_platform == 'darwin' tensorboard From ad1fd598d18aeb84b8feb44298e32c96a14ba09f Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 24 Mar 2026 03:45:55 -0700 Subject: [PATCH 2/7] Update PyTorch and torchvision versions --- requirements-torch-cuda.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 7f614707..a49c6f38 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,5 +1,5 @@ -f https://download.pytorch.org/whl/torch/ -torch==2.10.0+cu126 +torch==2.11.0+cu126 -f https://download.pytorch.org/whl/torchvision/ -torchvision==0.25.0+cu126 +torchvision==0.26.0+cu126 tensorboard From 891f1bf0a9dc95bff002a73c0018eb0aacd669d9 Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 24 Mar 2026 03:46:07 -0700 Subject: [PATCH 3/7] Update TensorFlow version to 2.21.0 --- requirements-tensorflow.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tensorflow.txt b/requirements-tensorflow.txt index cf574331..f5bc37ef 100644 --- a/requirements-tensorflow.txt +++ b/requirements-tensorflow.txt @@ -1 +1 @@ -tensorflow~=2.20.0 +tensorflow~=2.21.0 From f3272c2427216313537024cd77d6d4db24c0eb9d Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 2 Apr 2026 12:21:48 +0200 Subject: [PATCH 4/7] Update PyTorch and torchvision versions in requirements --- requirements-torch-cuda.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index a49c6f38..1e27294f 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,5 +1,5 @@ -f https://download.pytorch.org/whl/torch/ -torch==2.11.0+cu126 +torch==2.12.0+cu132 -f https://download.pytorch.org/whl/torchvision/ -torchvision==0.26.0+cu126 +torchvision==0.27.0+cu132 tensorboard From 249763b01100897e3f86f69d088e133a230b3b91 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 2 Apr 2026 12:22:17 +0200 Subject: [PATCH 5/7] Update PyTorch and torchvision versions in requirements --- requirements-torch.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-torch.txt b/requirements-torch.txt index b5f94cb2..f3780292 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu/ -torch==2.11.0+cpu ; sys_platform != 'darwin' -torchvision==0.26.0+cpu ; sys_platform != 'darwin' -torch==2.11.0 ; sys_platform == 'darwin' -torchvision==0.26.0 ; sys_platform == 'darwin' +torch==2.12.0+cpu ; sys_platform != 'darwin' +torchvision==0.27.0+cpu ; sys_platform != 'darwin' +torch==2.12.0 ; sys_platform == 'darwin' +torchvision==0.27.0 ; sys_platform == 'darwin' tensorboard From 5f9dd5e8439166270930c455d15bc88bee87e45c Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 2 Apr 2026 12:38:42 +0200 Subject: [PATCH 6/7] Modify requirements for PyTorch and torchvision Updated PyTorch and torchvision versions and added extra index URLs for CUDA support. --- requirements-torch-cuda.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 1e27294f..e55534f2 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -1,5 +1,6 @@ --f https://download.pytorch.org/whl/torch/ -torch==2.12.0+cu132 --f https://download.pytorch.org/whl/torchvision/ -torchvision==0.27.0+cu132 +--extra-index-url https://download.pytorch.org/whl/cu132 +--extra-index-url https://download.pytorch.org/whl/nightly/cu132 +--pre +torch==2.12 +torchvision==0.22 tensorboard From 5e88f85fe7250c5649d31e47d128e6fc56669d45 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 2 Apr 2026 12:39:04 +0200 Subject: [PATCH 7/7] Update requirements-torch.txt --- requirements-torch.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/requirements-torch.txt b/requirements-torch.txt index f3780292..03ded17e 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,6 +1,8 @@ ---extra-index-url https://download.pytorch.org/whl/cpu/ -torch==2.12.0+cpu ; sys_platform != 'darwin' -torchvision==0.27.0+cpu ; sys_platform != 'darwin' -torch==2.12.0 ; sys_platform == 'darwin' -torchvision==0.27.0 ; sys_platform == 'darwin' +--extra-index-url https://download.pytorch.org/whl/cpu +--extra-index-url https://download.pytorch.org/whl/nightly/cpu +--pre +torch==2.12 ; sys_platform != 'darwin' +torchvision==0.22 ; sys_platform != 'darwin' +torch==2.12 ; sys_platform == 'darwin' +torchvision>=0.22 ; sys_platform == 'darwin' tensorboard