From 67d293aea6cfff74dc86bb34a747dc4eedcf57af Mon Sep 17 00:00:00 2001 From: Matthias Gehre Date: Thu, 13 Feb 2025 09:57:34 +0100 Subject: [PATCH] Update torch to 2.6.0 --- stable-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable-requirements.txt b/stable-requirements.txt index 6acd25b582b0..65660e11ecf2 100644 --- a/stable-requirements.txt +++ b/stable-requirements.txt @@ -1,3 +1,3 @@ --index-url https://download.pytorch.org/whl/cpu -torch==2.5.1+cpu -torchvision==0.20.1+cpu +torch==2.6.0+cpu +torchvision==0.21.0+cpu