update transformers to 4.53.2 (#8029)
Signed-off-by: Xinyuan Tong <justinning0323@outlook.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user