From 4a76390b540f496f585aed3f55844766940156c7 Mon Sep 17 00:00:00 2001 From: Ryan Dick Date: Wed, 27 Nov 2024 15:17:42 +0000 Subject: [PATCH] Bump transformers. The main motivation for this bump is to ingest a fix for DepthAnything postprocessing artifacts. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5c63ef4753..c9cca90a030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "torchmetrics", "torchsde", "torchvision", - "transformers==4.41.1", + "transformers==4.46.3", # Core application dependencies, pinned for reproducible builds. "fastapi-events==0.11.1",