runtime error

Exit code: 1. Reason: ValueError( ValueError: To use optimized download using Xet storage, you need to install the hf_xet package. Try `pip install "huggingface_hub[hf_xet]"` or `pip install hf_xet`. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> model = SentenceTransformer("Shuu12121/CodeCloneDetection-ModernBERT-Owl") File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 309, in __init__ modules, self.module_kwargs = self._load_sbert_model( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 1808, in _load_sbert_model module = module_class(model_name_or_path, cache_dir=cache_folder, backend=self.backend, **kwargs) File "/usr/local/lib/python3.10/site-packages/sentence_transformers/models/Transformer.py", line 81, in __init__ self._load_model(model_name_or_path, config, cache_dir, backend, is_peft_model, **model_args) File "/usr/local/lib/python3.10/site-packages/sentence_transformers/models/Transformer.py", line 181, in _load_model self.auto_model = AutoModel.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3892, in from_pretrained raise EnvironmentError( OSError: Can't load the model for 'Shuu12121/CodeCloneDetection-ModernBERT-Owl'. 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 'Shuu12121/CodeCloneDetection-ModernBERT-Owl' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack. /usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py:716: UserWarning: Can't initialize NVML warnings.warn("Can't initialize NVML")

Container logs:

Fetching error logs...