-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add Rotary Embedding op to ONNX opset 23 #6461
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6461 +/- ##
==========================================
- Coverage 57.25% 57.20% -0.06%
==========================================
Files 503 505 +2
Lines 31681 31823 +142
Branches 3025 3031 +6
==========================================
+ Hits 18139 18204 +65
- Misses 12720 12797 +77
Partials 822 822 ☔ View full report in Codecov by Sentry. |
5a38a0c
to
3761433
Compare
56cac19
to
95b522f
Compare
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
a702c74
to
c566651
Compare
5245ae8
to
93e3cc5
Compare
I am merging this PR because it seems to be in an approved state. Please feel free to create follow up comments/patches if there are anything un-addressed |
Description
Add the following key LLM ops to the ONNX standard: RotaryEmbedding
Motivation and Context
Standardize Operators that are showing up in key LLM models.