runtime error
Exit code: 1. Reason: es was downloaded from https://huggingface.co/THUDM/chatglm-6b: - tokenization_chatglm.py . Make sure to double-check they do not contain any added malicious code. To avoid downloading new versions of the code file, you can pin a revision. ice_text.model: 0%| | 0.00/2.71M [00:00<?, ?B/s][A ice_text.model: 100%|ββββββββββ| 2.71M/2.71M [00:00<00:00, 10.5MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> tokenizer = AutoTokenizer.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 993, in from_pretrained return tokenizer_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2062, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2302, in _from_pretrained tokenizer = cls(*init_inputs, **init_kwargs) File "/home/user/.cache/huggingface/modules/transformers_modules/THUDM/chatglm-6b/bf0f5cfb575eebebf9b655c5861177acfee03f16/tokenization_chatglm.py", line 196, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils.py", line 438, in __init__ self._add_tokens( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils.py", line 546, in _add_tokens current_vocab = self.get_vocab().copy() File "/home/user/.cache/huggingface/modules/transformers_modules/THUDM/chatglm-6b/bf0f5cfb575eebebf9b655c5861177acfee03f16/tokenization_chatglm.py", line 248, in get_vocab vocab = {self._convert_id_to_token(i): i for i in range(self.vocab_size)} File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 1108, in __getattr__ raise AttributeError(f"{self.__class__.__name__} has no attribute {key}") AttributeError: ChatGLMTokenizer has no attribute vocab_size
Container logs:
Fetching error logs...