runtime error

/transformers/utils/hub.py", line 417, in cached_file resolved_file = hf_hub_download( File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1291, in hf_hub_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the disk cache. Please try again or make sure your Internet connection is on. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> model = AutoModelForCausalLM.from_pretrained("keminglu/pivoine-7b", use_auth_token="hf_**********************************", torch_dtype=torch.float16) File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 484, in from_pretrained return model_class.from_pretrained( File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2585, in from_pretrained resolved_archive_file, sharded_metadata = get_checkpoint_shard_files( File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/transformers/utils/hub.py", line 958, in get_checkpoint_shard_files cached_filename = cached_file( File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/transformers/utils/hub.py", line 452, in cached_file raise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like keminglu/pivoine-7b is not the path to a directory containing a file named pytorch_model_00007-of-00032.bin. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.

Container logs:

Fetching error logs...