Docling Performance Issue #1997
Replies: 1 comment 1 reply
-
Hi @Kunal-Shah107! I'm Dosu and I’m helping the docling team. A few things could be causing slow performance even with a strong GPU:
Let me know if setting To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting performance issue even if running on big GPU machine, I am sure something is missing.
Here is my setup
VM - Standard NV12ads A10 v5 (12 vcpus, 110 GiB memory) (Azure)
Docker Container - docker run -d --gpus all --name docling -p 5001:5001 -e DOCLING_SERVE_ENABLE_UI=true -e DOCLING_SERVE_MAX_SYNC_WAIT=600 --restart unless-stopped quay.io/docling-project/docling-serve-cu124
API Call - curl --location 'http://:5001/v1alpha/convert/file'
--form 'files=@"c:\workspace\EN.pdf"'
--form 'ocr_engine="easyocr"'
--form 'ocr_language="en,ar"'
--form 'to_formats="md"'
--form 'pdf_backend="pypdfium2"'
Even after having GPU why it is taking a longer, Can some one assist here ! Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions