mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Force CPU for text embedding
This commit is contained in:
parent
5540db4e1e
commit
fe2b6cf0c3
@ -118,6 +118,7 @@ class Embeddings:
|
|||||||
},
|
},
|
||||||
embedding_function=jina_text_embedding_function,
|
embedding_function=jina_text_embedding_function,
|
||||||
model_type="text",
|
model_type="text",
|
||||||
|
force_cpu=True
|
||||||
)
|
)
|
||||||
|
|
||||||
self.vision_embedding = GenericONNXEmbedding(
|
self.vision_embedding = GenericONNXEmbedding(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user