runtime error
Exit code: 1. Reason: .co/SeaLLMs/SeaLLM3-7B-Chat/resolve/main/tokenizer_config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. Invalid credentials in Authorization header The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 37, in <module> from multipurpose_chatbot.demos.base_demo import CustomTabbedInterface File "/home/user/app/multipurpose_chatbot/demos/__init__.py", line 4, in <module> from .chat_interface import ChatInterfaceDemo File "/home/user/app/multipurpose_chatbot/demos/chat_interface.py", line 62, in <module> from ..globals import MODEL_ENGINE File "/home/user/app/multipurpose_chatbot/globals.py", line 13, in <module> MODEL_ENGINE = load_multipurpose_chatbot_engine(BACKEND) File "/home/user/app/multipurpose_chatbot/engines/__init__.py", line 48, in load_multipurpose_chatbot_engine model_engine.load_model() File "/home/user/app/multipurpose_chatbot/engines/transformers_engine.py", line 523, in load_model self._tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 767, in from_pretrained tokenizer_config = get_tokenizer_config(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 600, in get_tokenizer_config resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 421, in cached_file raise EnvironmentError( OSError: SeaLLMs/SeaLLM3-7B-Chat is not a local folder and is not a valid model identifier listed on 'https://huggingface.co./models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`
Container logs:
Fetching error logs...