mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Set clip model name in conftest to sentence-tranformers/clip as well
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user