-
Notifications
You must be signed in to change notification settings - Fork 220
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
fix bug for GaudiMixtralAttentionLongSequence forward #1650
Conversation
Signed-off-by: kaixuanliu <[email protected]>
@kaixuanliu Can you provide a command to reproduce this error?
but it did pass without any issue with 1.19. |
@regisss ,Hi, You can use following cmd line to reproduce it under the path |
The patch fixes following error. |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Signed-off-by: kaixuanliu <[email protected]>
Signed-off-by: kaixuanliu <[email protected]>
Signed-off-by: kaixuanliu <[email protected]>
In PT2.5, using
row_o.fill_
will throw error 'RuntimeError: fill_ only supports 0-dimension value tensor but got tensor with 4 dimensions.'