mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Set clip model name in conftest to sentence-tranformers/clip as well
This commit is contained in:
parent
3abf3e5ee0
commit
4788143aa6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue