Unverified Commit 7498522f authored by Xinyuan Tong's avatar Xinyuan Tong Committed by GitHub
Browse files

update transformers to 4.53.2 (#8029)


Signed-off-by: default avatarXinyuan Tong <justinning0323@outlook.com>
parent 194841e3
...@@ -46,7 +46,7 @@ runtime_common = [ ...@@ -46,7 +46,7 @@ runtime_common = [
"soundfile==0.13.1", "soundfile==0.13.1",
"scipy", "scipy",
"torchao==0.9.0", "torchao==0.9.0",
"transformers==4.53.0", "transformers==4.53.2",
"timm==1.0.16", "timm==1.0.16",
"uvicorn", "uvicorn",
"uvloop", "uvloop",
......
...@@ -161,7 +161,6 @@ class VisionLLMLogitsBase(unittest.IsolatedAsyncioTestCase): ...@@ -161,7 +161,6 @@ class VisionLLMLogitsBase(unittest.IsolatedAsyncioTestCase):
return self.model_runner.model return self.model_runner.model
# TODO: MiniCPMV is not compatible with transformers==4.52.3, temporarily disabled
class TestMiniCPMVLogits(VisionLLMLogitsBase): class TestMiniCPMVLogits(VisionLLMLogitsBase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment