[VLM] Update compatibility with transformers 4.49

This commit is contained in:
Cyrus Leung
2025-02-06 11:09:45 +08:00
committed by GitHub
parent bf3b79efb8
commit 75404d041b
9 changed files with 48 additions and 57 deletions

View File

@@ -224,7 +224,7 @@ VLM_TEST_SETTINGS = {
marks=[
pytest.mark.skipif(
Version(TRANSFORMERS_VERSION) >= Version("4.48"),
reason="HF model is not compatible with transformers>=4.48.0",
reason="HF model is not compatible with transformers>=4.48",
)
],
),
@@ -359,7 +359,7 @@ VLM_TEST_SETTINGS = {
marks=[
pytest.mark.skipif(
Version(TRANSFORMERS_VERSION) >= Version("4.48"),
reason="HF model is not compatible with transformers>=4.48.0",
reason="HF model is not compatible with transformers>=4.48",
)
],
),