-
Notifications
You must be signed in to change notification settings - Fork 192
fix qdq utils issues and remove global cast replacements #489
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
base: main
Are you sure you want to change the base?
Conversation
55805b3 to
639a0f3
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
==========================================
+ Coverage 73.46% 74.31% +0.84%
==========================================
Files 180 180
Lines 18161 18149 -12
==========================================
+ Hits 13342 13487 +145
+ Misses 4819 4662 -157 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
639a0f3 to
a51b00d
Compare
|
@ajrasane Do you know if this pipeline is counted as successful, and if not, what fails? Thanks! |
|
All the checks seem to have passed. But your commits are not verified. Could you once check these instructions and force push a new verified commit for your changes? |
Signed-off-by: Luxiao Zheng <[email protected]>
a51b00d to
b167cd0
Compare
|
Thanks. @ajrasane it is now updated. Can you help merge this once pipeline is successful again? |
What does this PR do?
Type of change: Bug fix
Overview: While attempting to
transformers,onnx,torchandmodelopt, it is shown the following:Reshape-Cast-TransposebecomesReshape-Transpose, so there is no requiredCastfor int4Usage
# Add a code snippet demonstrating how to use thisTesting
Before your PR is "Ready for review"
Additional Information