-
Notifications
You must be signed in to change notification settings - Fork 208
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
GenericLoraModel load error #218
Comments
Can you show the full error trace? |
HI, @tushar2407
It gives an error:
only these error messages |
I found that the model_name in xturing.json in the model file trained by "GenericLoraModel" is different from the one trained by "BaseModel.create("bloom_lora")" The former is 'generic_lora' and the other is 'bloom_lora' If I change 'generic_lora' to 'bloom_lora', the model can be loaded |
Oh right. So the thing is, right now, the |
@xupruvu the issue had been resolved in and merged in |
I train the model using the following code and it works
But when I want to load the model, an error occurs(BaseModel.load or GenericLoraModel.load)
It gives an error:
The text was updated successfully, but these errors were encountered: