runtime error
Exit code: 1. Reason: "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1011, in _hf_hub_download_to_cache_dir _download_to_tmp_and_move( File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1547, in _download_to_tmp_and_move http_get( File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 439, 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 25, in <module> from infer_api import InferAPI File "/home/user/app/infer_api.py", line 690, in <module> infer_slrm_model = instantiate_from_config(infer_slrm_model_config) File "/home/user/app/slrm/utils/train_util.py", line 18, in instantiate_from_config return get_obj_from_str(config["target"])(**config.get("params", dict())) File "/home/user/app/slrm/models/lrm_mesh.py", line 65, in __init__ self.encoder = DinoWrapper( File "/home/user/app/slrm/models/encoder/dino_wrapper.py", line 28, in __init__ self.model, self.processor = self._build_dino(model_name) File "/home/user/app/slrm/models/encoder/dino_wrapper.py", line 70, in _build_dino model = ViTModel.from_pretrained(model_name, add_pooling_layer=False) File "/home/user/.pyenv/versions/3.10.16/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3544, in from_pretrained raise EnvironmentError( OSError: Can't load the model for 'facebook/dino-vitb16'. 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 'facebook/dino-vitb16' 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...