We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01965c9 commit ef9c496Copy full SHA for ef9c496
tests/test_late_interaction_multimodal.py
@@ -68,7 +68,7 @@
68
]
69
70
_MODELS_TO_CACHE = ("Qdrant/colmodernvbert",)
71
-MODELS_TO_CACHE = (model_name.lower() for model_name in _MODELS_TO_CACHE)
+MODELS_TO_CACHE = tuple(model_name.lower() for model_name in _MODELS_TO_CACHE)
72
73
74
@pytest.fixture(scope="module")
0 commit comments