runtime error

Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 487, in http_get download(url, temp_file.name, max_files, chunk_size, headers=headers) Exception: Error while downloading: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("s3.us-east-1.amazonaws.com")), port: None, path: "/lfs.huggingface.co/repos/52/35/5235d228a0fa3b87c070e7859ed31527644cd667ba8fd83006779214900f0978/959d9d6108fff0151968eb7370d47825eaa5b8669cbcafa9b223f53f7885899f", query: Some("X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4N7VTDGO27GPWFUO%2F20231228%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231228T000101Z&X-Amz-Expires=259200&X-Amz-Signature=ab1fa716847431baf0352ecb81f26e2089b23ab6b2caffa8eb6ace8bf301cea6&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%27openbuddy-llama2-13b-v11.1.Q2_K.gguf%3B%20filename%3D%22openbuddy-llama2-13b-v11.1.Q2_K.gguf%22%3B&x-id=GetObject"), fragment: None }, source: hyper::Error(IncompleteMessage) } The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> model_path = hf_hub_download(repo_id=model_name_or_path, filename=model_basename, revision="main") File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1364, in hf_hub_download http_get( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 496, in http_get raise RuntimeError( RuntimeError: An error occurred while downloading using `hf_********`. Consider disabling HF_HUB_ENABLE_HF_TRANSFER for better error handling.

Container logs:

Fetching error logs...