You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Extend the CLI for create-eval to receive the vlm-options and max_new_tokens parameters when the provider is GraniteDocling (#164)
* chore: Remove pining of docling, docling-core and advance the docling version to 2.56
Signed-off-by: Nikos Livathinos <[email protected]>
* feat: Extend the CLI to receive the GraniteDocling-specific options `--granite-docling-vlm-options`,
`--max-new-tokens` and propagate them in the `get_prediction_provider()`
Signed-off-by: Nikos Livathinos <[email protected]>
* chore: Pin the docling-core version to the correct branch
Signed-off-by: Nikos Livathinos <[email protected]>
* fix: Set the default max_new_tokens CLI parameter to None
Signed-off-by: Nikos Livathinos <[email protected]>
* fix: Refactor the DoclingEvalCOCOExporter to check for page/image size mismatches within a tolerance
Signed-off-by: Nikos Livathinos <[email protected]>
* fix: Fix the CLI for coco_exporter.py
Signed-off-by: Nikos Livathinos <[email protected]>
* fix: Improve the logic in main to set the vlm_options when using GraniteDocling.
First priority is given to user-defined CLI parameters, then it is decided by the engines available
in the system.
Signed-off-by: Nikos Livathinos <[email protected]>
---------
Signed-off-by: Nikos Livathinos <[email protected]>
0 commit comments