From 1e855f829014f5bbe5d0d724de4b762261bfe4d9 Mon Sep 17 00:00:00 2001 From: Wubbbi Date: Wed, 31 Jan 2024 05:54:56 +0100 Subject: [PATCH] Update safetensors and transformers to their latest versions (#5562) * Update Safetensors to the lastest version * Update Transformers while at it * Update transformers again --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10536e0c15..11c0e60dad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,13 +46,13 @@ dependencies = [ "onnxruntime==1.16.3", "opencv-python==4.9.0.80", "pytorch-lightning==2.1.3", - "safetensors==0.4.1", + "safetensors==0.4.2", "timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26 "torch==2.1.2", "torchmetrics==0.11.4", "torchsde==0.2.6", "torchvision==0.16.2", - "transformers==4.37.0", + "transformers==4.37.2", # Core application dependencies, pinned for reproducible builds. "fastapi-events==0.10.0",