runtime error

Exit code: 1. Reason: 0%|██████████| 792k/792k [00:00<00:00, 261MB/s] tokenizer.json: 0%| | 0.00/2.42M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 2.42M/2.42M [00:00<00:00, 29.4MB/s] added_tokens.json: 0%| | 0.00/43.0 [00:00<?, ?B/s] added_tokens.json: 100%|██████████| 43.0/43.0 [00:00<00:00, 402kB/s] special_tokens_map.json: 0%| | 0.00/2.54k [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 2.54k/2.54k [00:00<00:00, 29.1MB/s] config.json: 0%| | 0.00/1.40k [00:00<?, ?B/s] config.json: 100%|██████████| 1.40k/1.40k [00:00<00:00, 9.75MB/s] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet` model.safetensors: 0%| | 0.00/990M [00:00<?, ?B/s] model.safetensors: 7%|▋ | 73.4M/990M [00:01<00:12, 71.0MB/s] model.safetensors: 87%|████████▋ | 865M/990M [00:02<00:00, 488MB/s]  model.safetensors: 100%|█████████▉| 990M/990M [00:02<00:00, 434MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 25, in <module> model = FlanT5Classifier() File "/home/user/app/app.py", line 11, in __init__ self.encoder = T5EncoderModel.from_pretrained(base_model_name) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 279, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4333, in from_pretrained model_init_context = cls.get_init_context(is_quantized, _is_ds_init_called) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3736, in get_init_context init_contexts = [no_init_weights(), init_empty_weights()] NameError: name 'init_empty_weights' is not defined

Container logs:

Fetching error logs...