From 80daa25779d52547b5591a61ebb27f3ed09151ce Mon Sep 17 00:00:00 2001 From: Xinlan Emily Hu Date: Mon, 9 Sep 2024 20:05:23 -0400 Subject: [PATCH] update torch requirements to resolve compatibility issue on torch end (#290) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 752e3e33..0135f3c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,9 +21,9 @@ spacy-legacy==3.0.12 spacy-loggers==1.0.5 textblob==0.17.1 tokenizers==0.19.1 -torch==2.4.0 -torchaudio==2.4.0 -torchvision==0.19.0 +torch==2.4.1 +torchaudio==2.4.1 +torchvision==0.19.1 transformers==4.44.0 tzdata>=2023.3 tzlocal==5.2 \ No newline at end of file