From 684263c122ba9fc7d9bdd447d3929328c60d73f0 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 30 Sep 2024 16:37:34 -0400 Subject: [PATCH] downgrade transformers Signed-off-by: Vladimir Mandic --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5433f4061..8d45c7600 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,8 +53,8 @@ scipy pandas protobuf==4.25.3 pytorch_lightning==1.9.4 -tokenizers==0.20.0 -transformers==4.45.1 +tokenizers==0.19.1 +transformers==4.44.2 urllib3==1.26.19 Pillow==10.4.0 timm==0.9.16