From 555b71a1cbe21147ad79c65851cad03e5b826208 Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Thu, 20 Mar 2025 16:59:31 +0800 Subject: [PATCH] [version] fix minicpmo (#7378) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 83528a45..15ea648a 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ extra_require = { "msgpack", "referencing", "jsonschema_specifications", + "transformers==4.48.3", ], "modelscope": ["modelscope"], "openmind": ["openmind"],