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
meaning that there is only the weight. is this an intended behivior?
because I saw in ur training u use model.parameters() so it seems like that would be an issue.
The text was updated successfully, but these errors were encountered:
i took the code for BitLinearOptimized and added a small thing so I can run it standalone
runing the folowing
gives
[Parameter containing:
tensor([0.0703], dtype=torch.bfloat16, requires_grad=True)]
meaning that there is only the weight. is this an intended behivior?
because I saw in ur training u use model.parameters() so it seems like that would be an issue.
The text was updated successfully, but these errors were encountered: