runtime error

Space failed. Exit code: 1. Reason: tokenizer_config.json: 0%| | 0.00/5.21k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 5.21k/5.21k [00:00<00:00, 26.3MB/s] tokenizer.json: 0%| | 0.00/2.11M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 2.11M/2.11M [00:00<00:00, 36.8MB/s] special_tokens_map.json: 0%| | 0.00/587 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 587/587 [00:00<00:00, 2.92MB/s] Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. config.json: 0%| | 0.00/599 [00:00<?, ?B/s] config.json: 100%|██████████| 599/599 [00:00<00:00, 3.38MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> from chat import chat_demo File "/home/user/app/chat.py", line 21, in <module> model = AutoModelForCausalLM.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 526, in from_pretrained config, kwargs = AutoConfig.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1098, in from_pretrained config_class = CONFIG_MAPPING[config_dict["model_type"]] File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 795, in __getitem__ raise KeyError(key) KeyError: 'stablelm'

Container logs:

Fetching error logs...