We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用transformers==4.35.2时会报错:AttributeError: 'ChatGLMTokenizer' object has no attribute 'tokenizer'、 需要修改requirement.txt 的tranformers==4.33.2
The text was updated successfully, but these errors were encountered:
transformers==4.33.2, 单词拼错了,少个s
Sorry, something went wrong.
根据requirement.txt新建了一个venv,还是会报错:AttributeError: 'ChatGLMTokenizer' object has no attribute 'tokenizer'. Did you mean: 'tokenize'?
fix: Fixed AttributeError: 'ChatGLMTokenizer' object has no attribute…
ca37e1f
… 'tokenizer'. Tested on transformers==4.38.1 (DLLXW#45, DLLXW#63)
No branches or pull requests
使用transformers==4.35.2时会报错:AttributeError: 'ChatGLMTokenizer' object has no attribute 'tokenizer'、
需要修改requirement.txt 的tranformers==4.33.2
The text was updated successfully, but these errors were encountered: