Is it possible not to save automatically ckpt file and the end of training, when using LORA, and only generate it when pressing generate button? #536
Answered
by
Thomas-MMJ
a-l-e-x-d-s-9
asked this question in
Q&A
-
Is it possible not to save automatically ckpt file and the end of training, when using LORA, and only generate it when pressing generate button? |
Beta Was this translation helpful? Give feedback.
Answered by
Thomas-MMJ
Dec 14, 2022
Replies: 1 comment
-
Yes, there is a patch to disable the automatic checkpoint generation. Or just comment out the line in the script that does so. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
a-l-e-x-d-s-9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there is a patch to disable the automatic checkpoint generation. Or just comment out the line in the script that does so.
#532