-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add RMSNormalization to ONNX opset 23 #6443
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 #6443 +/- ##
==========================================
- Coverage 57.21% 57.13% -0.09%
==========================================
Files 505 507 +2
Lines 31832 31927 +95
Branches 3031 3040
8000
+9
==========================================
+ Hits 18213 18240 +27
- Misses 12797 12864 +67
- Partials 822 823 +1 ☔ View full report in Codecov by Sentry. |
@shubhambhokare1 : can you please add links for papers or other sources for the definition of these functions? Would be helpful. |
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
47f58b6
to
657cbbe
Compare
d1242a0
to
09f91ae
Compare
3fc439d
to
0a2af9d
Compare
Signed-off-by: shubhambhokare1 <shubhambhokare@gmail.com>
Description
Add the following key LLM ops to the ONNX standard
Motivation and Context
Standardize Operators that are showing up in key LLM models.