diff --git a/common/multimodal.py b/common/multimodal.py index ec5fb6f..b92386f 100644 --- a/common/multimodal.py +++ b/common/multimodal.py @@ -12,6 +12,7 @@ if dependencies.exllamav2: if dependencies.exllamav3: from exllamav3 import Model + class MultimodalEmbeddingWrapper(BaseModel): """Common multimodal embedding wrapper"""