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)