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
按照requirement.txt的transformers>=4.29.1,会安装最新版本transformers==4.35.2 运行出现异常: AttributeError: 'ChatGLMTokenizer' object has no attribute 'sp_tokenizer'
AttributeError: 'ChatGLMTokenizer' object has no attribute 'sp_tokenizer'
建议直接限定transformers版本号,比如transformers==4.33.2,requirement.txt上其他的依赖也建议直接限定版本号。
The text was updated successfully, but these errors were encountered:
感谢您的关注,如果 transformers 版本过高确实会存在问题,我们重新修改了 requirement.txt 指定了 transformers 和其他依赖的版本,感谢您的建议。
Sorry, something went wrong.
No branches or pull requests
按照requirement.txt的transformers>=4.29.1,会安装最新版本transformers==4.35.2
运行出现异常:
AttributeError: 'ChatGLMTokenizer' object has no attribute 'sp_tokenizer'
建议直接限定transformers版本号,比如transformers==4.33.2,requirement.txt上其他的依赖也建议直接限定版本号。
The text was updated successfully, but these errors were encountered: