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
I am trying to merge llama with diff, but get the error "Naive integrity check failed". After checking the code "merge_weight_en.py", I found that the code in line 150 is written as "fill_value = 0", which causes the failure of integrity check in line 165. Is this a bug? How to fix it?
Thank you
The text was updated successfully, but these errors were encountered:
Hi There,
I am trying to merge llama with diff, but get the error "Naive integrity check failed". After checking the code "merge_weight_en.py", I found that the code in line 150 is written as "fill_value = 0", which causes the failure of integrity check in line 165. Is this a bug? How to fix it?
Thank you
The text was updated successfully, but these errors were encountered: