-
Notifications
You must be signed in to change notification settings - Fork 44
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
mat1 and mat2 shapes cannot be multiplied #106
Comments
A complete log is even better. |
2024-12-27T19:54:05.385459 - Traceback (most recent call last): 2024-12-27T19:54:05.386062 - Prompt executed in 136.03 seconds |
File "/usr/local/lib/python3.10/dist-packages/torch/nn/modules/linear.py", line 117, in forward
return F.linear(input, self.weight, self.bias)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (27216x264 and 256x3072)
————
what's the matter?nothing modified, both i2v and v2v workflow
The text was updated successfully, but these errors were encountered: