-
Notifications
You must be signed in to change notification settings - Fork 11.5k
force int cast #1170
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
force int cast #1170
Conversation
.0 in the config file for the lora_alpha param
Shouldn't we fix the config file instead rather than silencing this bug? |
If I have this error with ist downloading the Lora config from Hugging face so I think it's not the only one to have a .0 for the param's Lora-alpha |
The mistake here seems to be assuming that |
Indeed |
The documentation here tells that I think there are two ways how to proceed:
Option 2 has two subvariants: Which way do you want to go @slaren? 1, 2a or 2b? |
If the documentation says that it is an int, just go with option 1 as a sanity check and be done with it. |
Co-authored-by: Pavol Rusnak <[email protected]>
Note to self: don't try to write valid code as a GitHub suggestion on a phone 😅 |
.0 in the config file for the lora_alpha param
and I got this error
I just cast