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 fine tune a Yi 34B model. I am able to fine tune it with load_in_4bit set to True. When I try to use load_in_8bit instead, I get the following error:
RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != signed char
I am trying to fine tune a Yi 34B model. I am able to fine tune it with load_in_4bit set to True. When I try to use load_in_8bit instead, I get the following error:
RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != signed char
Here's my config:
The text was updated successfully, but these errors were encountered: