From 7ea3fa0ae1318cca6394bcca62037e1038d701e6 Mon Sep 17 00:00:00 2001 From: Maksym Lysak Date: Tue, 4 Mar 2025 11:00:47 +0100 Subject: [PATCH] Updated TF version Signed-off-by: Maksym Lysak --- 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 7266a802..0d598690 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="refs/pr/7", + revision="v2.2.0", ) return Path(download_path)