-
Notifications
You must be signed in to change notification settings - Fork 392
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
train error 需要您的解答 #25
Comments
Hi,这个问题可能是因为没有安装指定版本的 |
请问你有transformers_tasks\LLM\finetune训练模型的存放路径checkpoints/model_1000文件方便上传吗? |
收到,已经解决了,谢谢你
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年3月30日(星期四) 上午10:40
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [HarderThenHarder/transformers_tasks] train error 需要您的解答 (Issue #25)
ValueError: Please specify target_modules in peft_config
Hi,这个问题可能是因为没有安装指定版本的 peft 导致的,您是否是按照readme里的步骤进入到 peft 文件夹使用 python setup.py install 安装的呢?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
你好作者,我在研究您的LLM微调模型的时候发现,以下错误,代码无法跑通
ValueError: Please specify
target_modules
inpeft_config
模型运行train的时候发现以下这些方法都没有找到
'ChatGLMForConditionalGeneration' object has no attribute 'enable_input_require_grads'
'ChatGLMForConditionalGeneration' object has no attribute 'gradient_checkpointing_enable'
The text was updated successfully, but these errors were encountered: