Replies: 1 comment 4 replies
-
|
To run Docling completely offline and avoid any downloads from Hugging Face, you need to manually download all required model files and configure Docling to use them via the DOCLING_SERVE_ARTIFACTS_PATH environment variable (not DOCLING_MODELS_PATH, which is not recognized by Docling) reference. Steps:
Common pitfalls:
For more details and troubleshooting, see the official Docling documentation and FAQ. If you follow these steps, Docling should run fully offline and never attempt to connect to Hugging Face. 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 trying to use Docling , It fails in standard mode since it tries to download huggingface models and since I am within corporate proxy there are restrictions in programmatic access, I tried to download individual files from hugging face in c:\users\xxx.cache\huggingface as well as in c:\users\xxx.cache\docling , and configured and env variable DOCLING_MODELS_PATH but still it is trying to download from huggingface ,
Have tried with vision models with Ollama. it is working but the result is not good, I have used gabegoodheart/granite-docling:258m model for this . How do I manually download individual files for a model from hugging face and configure it so that it won't try to connect to hugging face
Beta Was this translation helpful? Give feedback.
All reactions