runtime error
Exit code: 1. Reason: ner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1008, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1161, in _hf_hub_download_to_cache_dir _download_to_tmp_and_move( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1725, in _download_to_tmp_and_move http_get( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 479, 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. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> clap_model = ClapModel.from_pretrained("sanchit-gandhi/clap-htsat-unfused-m-full").to(device) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/transformers/modeling_utils.py", line 313, in _wrapper return func(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4662, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/transformers/modeling_utils.py", line 1257, in _get_resolved_checkpoint_files raise OSError( OSError: Can't load the model for 'sanchit-gandhi/clap-htsat-unfused-m-full'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'sanchit-gandhi/clap-htsat-unfused-m-full' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
Container logs:
Fetching error logs...