From 58019c3bd9cab4ec92abfd5775fe8a02d988b2c0 Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:42:18 +0100 Subject: [PATCH] feat: New tableformer model weights [WIP] Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --- docling/models/table_structure_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/models/table_structure_model.py b/docling/models/table_structure_model.py index 64979157..7266a802 100644 --- a/docling/models/table_structure_model.py +++ b/docling/models/table_structure_model.py @@ -95,7 +95,7 @@ class TableStructureModel(BasePageModel): repo_id="ds4sd/docling-models", force_download=force, local_dir=local_dir, - revision="v2.1.0", + revision="refs/pr/7", ) return Path(download_path)