Add VLLM backend support, optimize process_images

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer
2025-08-15 13:18:02 +02:00
parent 18b1a43744
commit 16fea9cd8b
10 changed files with 489 additions and 161 deletions

View File

@@ -255,6 +255,7 @@ module = [
"huggingface_hub.*",
"transformers.*",
"pylatexenc.*",
"vllm.*",
]
ignore_missing_imports = true