runtime error

gment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) } The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 35, in <module> llm = HuggingFacePipeline.from_model_id(model_id=model, task="text-generation", device=0, model_kwargs={"temperature":0.1,"trust_remote_code": True, "max_length":100000, "top_p":0.15, "top_k":0, "repetition_penalty":1.1, "num_return_sequences":1, "torch_dtype":bfloat16}) File "/home/user/.local/lib/python3.10/site-packages/langchain/llms/huggingface_pipeline.py", line 88, in from_model_id model = AutoModelForCausalLM.from_pretrained(model_id, **_model_kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 561, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3483, in from_pretrained resolved_archive_file, sharded_metadata = get_checkpoint_shard_files( File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/hub.py", line 1025, in get_checkpoint_shard_files cached_filename = cached_file( File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/hub.py", line 385, in cached_file resolved_file = hf_hub_download( 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 1457, in hf_hub_download http_get( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 509, 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...