From 3681c02099215106d7e2bd323dca590971a71bf4 Mon Sep 17 00:00:00 2001 From: Anurag Kanade <75563673+anurag12-webster@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:19:54 +0530 Subject: [PATCH] Update transformers version to 4.57.6 this solves the #33 issue. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12a2815..7024661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "tqdm==4.67.1", "traitlets==5.7.1", "traittypes==0.2.3", - "transformers==4.57.0", + "transformers==4.57.6", "tokenizers==0.22.1", "ipykernel==6.17.1", "einops==0.8.1",