From 32047abe71f06e22720210b4de738e5b564b3a72 Mon Sep 17 00:00:00 2001 From: lapp0 Date: Mon, 22 Jan 2024 22:05:09 +0000 Subject: [PATCH] Pin transformers version to 4.36.2 (#569) Temporarily change to prevent failures described in https://github.com/outlines-dev/outlines/issues/568 Won't apply "fix" label because we don't know the root source of the issue (i.e. whether it's a result of incompatability or if it's a bad version of `transformers`) Co-authored-by: Andrew Lapp --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 220a12369..1065e16a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "referencing", "jsonschema", "requests", + "transformers==4.36.2", # TODO: unpin when HF fixes release (4.37.0 is broken) ] dynamic = ["version"]