You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to download LLama 3.1 8B instruct. Litgpt is hagging or rasing exception:
Exception: Failed too many failures in parallel (3): PyErr { type: <class 'Exception'>, value: Exception('Error while downloading: reqwest::Error { kind: Body, source: hyper::Error(Body, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) }'), traceback: None } (NoPermits)
and File "/home/users/vabatista/mamba3/envs/sesame2/lib/python3.12/site-packages/huggingface_hub/file_download.py", line 439, in http_get raise RuntimeError( RuntimeError: An error occurred while downloading using hf_transfer. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling.
I tried to disable HF_HUB_ENABLE_HF_TRANSFER=0 in environment, but has no effect. In first output line of litgpt download command it prints Setting HF_HUB_ENABLE_HF_TRANSFER=1
What I'm doing wrong?
The text was updated successfully, but these errors were encountered:
I'm trying to download LLama 3.1 8B instruct. Litgpt is hagging or rasing exception:
Exception: Failed too many failures in parallel (3): PyErr { type: <class 'Exception'>, value: Exception('Error while downloading: reqwest::Error { kind: Body, source: hyper::Error(Body, Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) }'), traceback: None } (NoPermits)
and
File "/home/users/vabatista/mamba3/envs/sesame2/lib/python3.12/site-packages/huggingface_hub/file_download.py", line 439, in http_get raise RuntimeError( RuntimeError: An error occurred while downloading using hf_transfer. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling.
I tried to disable HF_HUB_ENABLE_HF_TRANSFER=0 in environment, but has no effect. In first output line of litgpt download command it prints
Setting HF_HUB_ENABLE_HF_TRANSFER=1
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: