[Model] Siglip Embedding Support (#27324)
Signed-off-by: piood <2477084691@qq.com>
This commit is contained in:
@@ -209,6 +209,7 @@ _EMBEDDING_MODELS = {
|
||||
),
|
||||
"Phi3VForCausalLM": ("phi3v", "Phi3VForCausalLM"),
|
||||
"Qwen2VLForConditionalGeneration": ("qwen2_vl", "Qwen2VLForConditionalGeneration"), # noqa: E501
|
||||
"SiglipModel": ("siglip", "SiglipEmbeddingModel"),
|
||||
# Technically Terratorch models work on images, both in
|
||||
# input and output. I am adding it here because it piggy-backs on embedding
|
||||
# models for the time being.
|
||||
|
||||
Reference in New Issue
Block a user