Tree: Format

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
kingbri 2025-02-07 18:03:33 -05:00
parent 96e8375ec8
commit 54fda0dc09

View file

@ -9,6 +9,7 @@ from common.optional_dependencies import dependencies
if dependencies.exllamav2:
from exllamav2 import ExLlamaV2VisionTower
class MultimodalEmbeddingWrapper(BaseModel):
"""Common multimodal embedding wrapper"""