From 122d87ac363b6004f2221bb1daf2533154edd42a Mon Sep 17 00:00:00 2001 From: turboderp <11859846+turboderp@users.noreply.github.com> Date: Sun, 15 Jun 2025 19:33:14 +0200 Subject: [PATCH] Tree: Format --- common/multimodal.py | 1 + 1 file changed, 1 insertion(+) 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"""