runtime error

Exit code: 1. Reason: 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 19, in <module> model = LangSAM() # Use the default model or specify custom checkpoint if necessary File "/usr/local/lib/python3.10/site-packages/lang_sam/lang_sam.py", line 56, in __init__ self.build_groundingdino() File "/usr/local/lib/python3.10/site-packages/lang_sam/lang_sam.py", line 89, in build_groundingdino self.groundingdino = load_model_hf(ckpt_repo_id, ckpt_filename, ckpt_config_filename) File "/usr/local/lib/python3.10/site-packages/lang_sam/lang_sam.py", line 28, in load_model_hf model = build_model(args) File "/usr/local/lib/python3.10/site-packages/groundingdino/models/__init__.py", line 17, in build_model model = build_func(args) File "/usr/local/lib/python3.10/site-packages/groundingdino/models/GroundingDINO/groundingdino.py", line 388, in build_groundingdino model = GroundingDINO( File "/usr/local/lib/python3.10/site-packages/groundingdino/models/GroundingDINO/groundingdino.py", line 108, in __init__ self.bert = get_tokenlizer.get_pretrained_language_model(text_encoder_type) File "/usr/local/lib/python3.10/site-packages/groundingdino/util/get_tokenlizer.py", line 25, in get_pretrained_language_model return BertModel.from_pretrained(text_encoder_type) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3666, in from_pretrained raise EnvironmentError( OSError: Can't load the model for 'bert-base-uncased'. 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 'bert-base-uncased' 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...