From e508d29b6ec0f154f0057800fb909536d96bb0d1 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:37:39 -0500 Subject: [PATCH] Update Torch Req to 2.1.0 (#18554) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9a08e2de..965a36eaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ tensorflow-cpu>=2.13.0 # Torch. -torch>=2.0.1+cpu -torchvision>=0.15.1+cpu +torch>=2.1.0+cpu +torchvision>=0.16.0+cpu # Jax. jax[cpu]