-
Notifications
You must be signed in to change notification settings - Fork 132
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
About Lora finetuning #153
Comments
您好,您是使用file 进行训练吗? |
是的 |
Hello, here is my environment. You might need to check whether the versions of packages like DeepSpeed are correct.
|
您好 我的deepspeed版本是0.14.0。 另外我注意到之前的issue里也有人遇到了和我一样的问题:#83 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,当我对vit加入lora,微调模型,训练会报如下错误:
File "Monkey-main/monkey_model/modeling_qwen.py", line 816, in forward
hidden_states[i][a + 1 : b] = images[idx]
RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation.
可以提供一些思路和建议吗
谢谢
The text was updated successfully, but these errors were encountered: