You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but the --weight only receives the path to one model.bin,but the model of lisa7B has two as pytorch_model-00001-of-00002.bin and pytorch_model-00002-of-00002.bin,how can I merge them?
The text was updated successfully, but these errors were encountered:
I aim to train on the base of LISA-7B, and it seems like there's no need to merge.
I tried to set the '''--version''' as the model path of LISA-7B and follow the debug instruction in #85, it finally works though #85 also doesn't know why changing that line would be useful.
Hi, great work!
I want to Merge LoRA Weight of LISA-7B by using the following code
but the
--weight
only receives the path to one model.bin,but the model of lisa7B has two aspytorch_model-00001-of-00002.bin
andpytorch_model-00002-of-00002.bin
,how can I merge them?The text was updated successfully, but these errors were encountered: