Skip to content

fix(vlm): use repo_id for AutoProcessor - #4127

Open
lorenzozanee wants to merge 1 commit into
docling-project:mainfrom
lorenzozanee:fix/codeformula-processor-repo-id
Open

fix(vlm): use repo_id for AutoProcessor#4127
lorenzozanee wants to merge 1 commit into
docling-project:mainfrom
lorenzozanee:fix/codeformula-processor-repo-id

Conversation

@lorenzozanee

Copy link
Copy Markdown

Fixes #2681

Use the model repo id when loading the processor so formula enrichment no longer trips over the local artifacts path. Keep the resolved local artifacts path for model weights and generation config.

Testing

  • uv run pytest tests/test_transformers_vlm_engine.py -q
  • make validate

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

DCO Check Failed

Hi @lorenzozanee, your pull request has failed the Developer Certificate of Origin (DCO) check.

This repository supports remediation commits, so you can fix this without rewriting history — but you must follow the required message format.


🛠 Quick Fix: Add a remediation commit

Run this command:

git commit --allow-empty -s -m "DCO Remediation Commit for lorenzozanee <wyz0707@proton.me>

I, lorenzozanee <wyz0707@proton.me>, hereby add my Signed-off-by to this commit: ad489ac11ec71a6e1bbb7e74d0910c16e8e564a0"
git push

🔧 Advanced: Sign off each commit directly

For the latest commit:

git commit --amend --signoff
git push --force-with-lease

For multiple commits:

git rebase --signoff origin/main
git push --force-with-lease

More info: DCO check report

@mergify

mergify Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Merge Protections

🟢 Merge protection satisfied — ready to merge.

Show 1 satisfied protection

🟢 Enforce conventional commit

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError when enabling formula enrichment (do_formula_enrichment=True)

1 participant