-
Notifications
You must be signed in to change notification settings - Fork 126
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
apply_rope_inplace will cause graphbreak due to mutated inputs #403
Comments
Mutated arguments have be annotated: |
I noticed that you already annotated the mutated inputs. |
Yeah I have annotated that but it still not works. Exposing non in place rope will be much helpful, thanks! |
As requested in #403, this PR implements non-inplace rope operators.
Done in #405 . |
The text was updated successfully, but these errors were encountered: