runtime error

Exit code: 1. Reason: The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well. Token is valid (permission: write). Your token has been saved to /home/user/.cache/huggingface/token Login successful Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> llm_engine_hf = ChatHuggingFace(llm=llm) File "/usr/local/lib/python3.10/site-packages/langchain_huggingface/chat_models/huggingface.py", line 172, in __init__ AutoTokenizer.from_pretrained(self.model_id) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 880, in from_pretrained return tokenizer_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2110, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2336, in _from_pretrained tokenizer = cls(*init_inputs, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/llama/tokenization_llama_fast.py", line 156, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_fast.py", line 124, in __init__ slow_tokenizer = self.slow_tokenizer_class(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/llama/tokenization_llama.py", line 169, in __init__ self.sp_model = self.get_spm_processor(kwargs.pop("from_slow", False)) File "/usr/local/lib/python3.10/site-packages/transformers/models/llama/tokenization_llama.py", line 199, in get_spm_processor with open(self.vocab_file, "rb") as f: TypeError: expected str, bytes or os.PathLike object, not NoneType

Container logs:

Fetching error logs...