From 7498522f7d296f9fbfe6534aec511674d0786dc4 Mon Sep 17 00:00:00 2001 From: Xinyuan Tong <115166877+JustinTong0323@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:24:39 -0700 Subject: [PATCH] update transformers to 4.53.2 (#8029) Signed-off-by: Xinyuan Tong --- python/pyproject.toml | 2 +- test/srt/test_vlm_accuracy.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3d72566f7..c538c4bcb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -46,7 +46,7 @@ runtime_common = [ "soundfile==0.13.1", "scipy", "torchao==0.9.0", - "transformers==4.53.0", + "transformers==4.53.2", "timm==1.0.16", "uvicorn", "uvloop", diff --git a/test/srt/test_vlm_accuracy.py b/test/srt/test_vlm_accuracy.py index a699a36fe..ea83f3eef 100644 --- a/test/srt/test_vlm_accuracy.py +++ b/test/srt/test_vlm_accuracy.py @@ -161,7 +161,6 @@ class VisionLLMLogitsBase(unittest.IsolatedAsyncioTestCase): return self.model_runner.model -# TODO: MiniCPMV is not compatible with transformers==4.52.3, temporarily disabled class TestMiniCPMVLogits(VisionLLMLogitsBase): @classmethod def setUpClass(cls):