From b4aec71ef10dd9ec5a191606d3ff1177c74ee524 Mon Sep 17 00:00:00 2001 From: johnnynunez Date: Mon, 4 May 2026 07:29:34 +0200 Subject: [PATCH 1/2] upgrade torch support orin sbsa & tensorflow blackwell --- requirements-tensorflow.txt | 2 +- requirements-torch-cuda.txt | 4 ++-- requirements-torch.txt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) 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 diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 7f614707..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.10.0+cu126 +torch==2.12.0+cu132 -f https://download.pytorch.org/whl/torchvision/ -torchvision==0.25.0+cu126 +torchvision==0.27.0+cu132 tensorboard diff --git a/requirements-torch.txt b/requirements-torch.txt index 97f036e5..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.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.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 96a1fbf62de6557c9f8e3ea4a216cbbff85cf61e Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 12 May 2026 19:14:25 +0200 Subject: [PATCH 2/2] Fix formatting issue in requirements-tensorflow.txt