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
llamafactory version: 0.8.4.dev0
llamafactory
代码版本:LLaMA-Factory代码和GLM4-9B-chat模型是7-21日拉取的。 报错日志:too many values to unpack (expected 2)
依赖版本 transformers==4.41.2
目前GLM4-9B-chat官方仓库中要求transformers==4.42.4,而LLaMA-Factory安装该版本后提示版本不兼容
目前不知道如何解决
No response
The text was updated successfully, but these errors were encountered:
+1,同样的问题
Sorry, something went wrong.
+1,急求解决办法
26082fc
fixed
+1
修改glm4模型的modeling_chatglm.py文件中的 model_kwargs["past_key_values"] = self._extract_past_from_model_output( outputs, standardize_cache_format=standardize_cache_format )
No branches or pull requests
Reminder
System Info
llamafactory
version: 0.8.4.dev0Reproduction
代码版本:LLaMA-Factory代码和GLM4-9B-chat模型是7-21日拉取的。
报错日志:too many values to unpack (expected 2)
依赖版本
transformers==4.41.2
目前GLM4-9B-chat官方仓库中要求transformers==4.42.4,而LLaMA-Factory安装该版本后提示版本不兼容
目前不知道如何解决
Expected behavior
No response
Others
No response
The text was updated successfully, but these errors were encountered: