-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
加载模型出错,ValueError: Unrecognized configuration class <class 'transformers_modules.fuzi-mingcha-v1_0.configuration_chatglm.ChatGLMConfig'> #13
Comments
还有个就是 |
您好,感谢您的关注。 from transformers import AutoModel
model = AutoModel.from_pretrained("/path/to/fuzi-mingcha-v1_0", trust_remote_code=True) |
谢谢回复,没注意,习惯用 |
您好,目前我们使用的 感谢您的关注和理解。 |
您好,我们更新了 ES 检索的部署代码,您可以尝试用 ES 替代 pylucene 进行部署 |
请问您更推荐哪种检索方式呢?PyLucene方式部署起来感觉有些繁琐 |
您好按照你的方式加载模型出错,@Furyton @zwh-sdu 错误如下:
The text was updated successfully, but these errors were encountered: