mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 15:32:30 +00:00
use with_smolvlm in models download
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
2909753856
commit
dbb35c7f28
@ -31,6 +31,7 @@ class _AvailableModels(str, Enum):
|
|||||||
TABLEFORMER = "tableformer"
|
TABLEFORMER = "tableformer"
|
||||||
CODE_FORMULA = "code_formula"
|
CODE_FORMULA = "code_formula"
|
||||||
PICTURE_CLASSIFIER = "picture_classifier"
|
PICTURE_CLASSIFIER = "picture_classifier"
|
||||||
|
SMOLVLM = "smolvlm"
|
||||||
EASYOCR = "easyocr"
|
EASYOCR = "easyocr"
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +82,7 @@ def download(
|
|||||||
with_tableformer=_AvailableModels.TABLEFORMER in to_download,
|
with_tableformer=_AvailableModels.TABLEFORMER in to_download,
|
||||||
with_code_formula=_AvailableModels.CODE_FORMULA in to_download,
|
with_code_formula=_AvailableModels.CODE_FORMULA in to_download,
|
||||||
with_picture_classifier=_AvailableModels.PICTURE_CLASSIFIER in to_download,
|
with_picture_classifier=_AvailableModels.PICTURE_CLASSIFIER in to_download,
|
||||||
|
with_smolvlm=_AvailableModels.SMOLVLM in to_download,
|
||||||
with_easyocr=_AvailableModels.EASYOCR in to_download,
|
with_easyocr=_AvailableModels.EASYOCR in to_download,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user