mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
Update HF model ref, reset test generate
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
c8b59151d7
commit
f4512d0e97
@ -106,7 +106,7 @@ class StandardPdfPipeline(PaginatedPipeline):
|
||||
repo_id="ds4sd/docling-models",
|
||||
force_download=force,
|
||||
local_dir=local_dir,
|
||||
revision="refs/pr/2",
|
||||
revision="v2.1.0",
|
||||
)
|
||||
|
||||
return Path(download_path)
|
||||
|
@ -8,8 +8,8 @@ from docling.document_converter import DocumentConverter, PdfFormatOption
|
||||
|
||||
from .verify_utils import verify_conversion_result_v1, verify_conversion_result_v2
|
||||
|
||||
GENERATE_V1 = True
|
||||
GENERATE_V2 = True
|
||||
GENERATE_V1 = False
|
||||
GENERATE_V2 = False
|
||||
|
||||
|
||||
def get_pdf_paths():
|
||||
|
@ -18,8 +18,8 @@ from docling.document_converter import DocumentConverter, PdfFormatOption
|
||||
|
||||
from .verify_utils import verify_conversion_result_v1, verify_conversion_result_v2
|
||||
|
||||
GENERATE_V1 = True
|
||||
GENERATE_V2 = True
|
||||
GENERATE_V1 = False
|
||||
GENERATE_V2 = False
|
||||
|
||||
|
||||
def get_pdf_paths():
|
||||
|
Loading…
Reference in New Issue
Block a user