unable to run due to firewall issue with huggingface.co in my company laptop #1314
Replies: 1 comment 1 reply
-
In this cases we suggest prefetching the models from a network which allows it, and then use the offline artifacts. See more here: https://docling-project.github.io/docling/usage/#model-prefetching-and-offline-usage |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have installed the library and started with the Getting started code. But my organisation blocks the huggingface.co url because of firewall. Is there some way by which I test the library in this environment?
error i am getting -
requests.exceptions.ProxyError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co',port=443)")): Max retries exeeded with url /api/models/ds4sd/docling-models/revisiion/v2.1.0 (Causd by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed:403 CategoryBlocked')))"),
Error is something I typed, may have some typos
Beta Was this translation helpful? Give feedback.
All reactions