Tree: Format

This commit is contained in:
turboderp 2025-06-15 19:33:14 +02:00
parent 21c5af48e1
commit 122d87ac36

View file

@ -12,6 +12,7 @@ if dependencies.exllamav2:
if dependencies.exllamav3: if dependencies.exllamav3:
from exllamav3 import Model from exllamav3 import Model
class MultimodalEmbeddingWrapper(BaseModel): class MultimodalEmbeddingWrapper(BaseModel):
"""Common multimodal embedding wrapper""" """Common multimodal embedding wrapper"""