From 45a32c52e253c925e537281b78beab03a92cf70c Mon Sep 17 00:00:00 2001 From: healthonrails Date: Mon, 14 Oct 2024 14:39:11 -0400 Subject: [PATCH] Update PyTorch and torchvision versions in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6311eaf..f2862cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ pyyaml>=5.3 easydict>=1.9 --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.4.0+cpu +torch==2.4.0+cpu --find-links https://download.pytorch.org/whl/torch_stable.html -torchvision==0.5.0+cpu +torchvision==0.19.0+cpu decord>=0.4.0 opencv-python>=4.1.2.30 opencv-contrib-python>=4.1.2.30