From 7aa6534960288f41835ed450a79e087af0ff8e89 Mon Sep 17 00:00:00 2001 From: Wubbbi Date: Sun, 3 Mar 2024 23:48:08 +0100 Subject: [PATCH] Update Transformers 4.37.2 -> 4.38.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22a6058bbd..d9f9634739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,12 +51,12 @@ dependencies = [ "torchmetrics==0.11.4", "torchsde==0.2.6", "torchvision==0.16.2", - "transformers==4.37.2", + "transformers==4.38.2", # Core application dependencies, pinned for reproducible builds. "fastapi-events==0.10.1", "fastapi==0.109.2", - "huggingface-hub==0.20.3", + "huggingface-hub==0.21.3", "pydantic-settings==2.1.0", "pydantic==2.6.1", "python-socketio==5.11.1",