You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when submit the content by pressing the button,(run web-demo.py), the fault occur。
error content:
File "c:\Users\lzj_r\chatglm.cpp\chatglm_cpp_init_.py", line 68, in chat
input_ids = self.tokenizer.apply_chat_template(messages, max_context_length)
AttributeError: 'NoneType' object has no attribute 'apply_chat_template'
The text was updated successfully, but these errors were encountered:
when submit the content by pressing the button,(run web-demo.py), the fault occur。
error content:
File "c:\Users\lzj_r\chatglm.cpp\chatglm_cpp_init_.py", line 68, in chat
input_ids = self.tokenizer.apply_chat_template(messages, max_context_length)
AttributeError: 'NoneType' object has no attribute 'apply_chat_template'
The text was updated successfully, but these errors were encountered: