-
Notifications
You must be signed in to change notification settings - Fork 608
move rope related logic together #6560
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
move rope related logic together #6560
Conversation
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6560
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f11cde5 with merge base b8fbc48 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D65173598 |
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D65173598 |
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D65173598 |
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D65173598 |
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D65173598 |
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D65173598 |
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D65173598 |
@pytorchbot label "release notes: attention_sink" |
Didn't find following labels among repository labels: release notes: attention_sink |
318f65e
into
gh/helunwencser/68/base
Pull Request resolved: #6560 Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. ghstack-source-id: 255543205 Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) Co-authored-by: Lunwen He <[email protected]>
Pull Request resolved: #6560 Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. ghstack-source-id: 255543205 Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) Co-authored-by: Lunwen He <[email protected]>
Pull Request resolved: pytorch/executorch#6560 Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. ghstack-source-id: 254019781 Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/)
Right now, rope related code scatters around a few different places in `llama_transformer`. It makes it hard to make changes to rope related things. This PR moves all rope related logic into its own module. Differential Revision: [D65173598](https://our.internmc.facebook.com/intern/diff/D65173598/) ghstack-source-id: 250785042 Pull Request resolved: pytorch/executorch#6560
Stack from ghstack (oldest at bottom):
Right now, rope related code scatters around a few different places in
llama_transformer
. It makes it hard to make changes to rope related things.This PR moves all rope related logic into its own module.
Differential Revision: D65173598