ValueError: Tokenizer class ChatGLMTokenizer does not exist or is not currently imported.
时间: 2024-01-06 08:05:18 浏览: 239
ValueError: Format ‘jpg’ is not supported (supported formats: eps, pdf, pgf, png, ps, raw, rgba, svg
This error occurs when the code tries to use a tokenizer class named "ChatGLMTokenizer" which either does not exist or has not been imported properly.
To resolve this error, make sure that the tokenizer class is defined and imported correctly in the code. Double check the spelling and ensure that the class is in the same directory or module as the code that is using it.
阅读全文