Set clip model name in conftest to sentence-tranformers/clip as well

This commit is contained in:
Debanjum Singh Solanky 2022-08-04 22:54:39 +03:00
parent 3abf3e5ee0
commit 4788143aa6

View file

@ -27,7 +27,7 @@ def search_config(tmp_path_factory):
)
search_config.image = ImageSearchConfig(
encoder = "clip-ViT-B-32",
encoder = "sentence-transformers/clip-ViT-B-32",
model_directory = model_dir
)