-
Notifications
You must be signed in to change notification settings - Fork 124
Unable to download AI modules after failed download #1012
Description
Hi! Thank you for this wonderful software!
I was unable to complete the download of the AI-modules during the first time. Now, whenever I try to download it again, after the download window appears (0%) I just get error messages:
File "qualcoder\ai_async_worker.py", line 108, in run
File "qualcoder\ai_vectorstore.py", line 233, in _download_embedding_model
File "requests\api.py", line 73, in get
File "requests\api.py", line 59, in request
File "requests\sessions.py", line 589, in request
File "requests\sessions.py", line 703, in send
File "requests\adapters.py", line 688, in send
ConnectTimeout: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /intfloat/multilingual-e5-large/resolve/main/pytorch_model.bin (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001ACFE86F1A0>, 'Connection to huggingface.co timed out. (connect timeout=20)'))
Please also take a look at the screenshot.
Any ideas what I could try? Deleting the .qualcoder folder as suggested to someone else in another context did not solve the issue.
Thanks in advance
Anouâr
