Skip to content
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

[Quantization] Add 8-Bit models #9

Merged
merged 6 commits into from
May 13, 2024
Merged

[Quantization] Add 8-Bit models #9

merged 6 commits into from
May 13, 2024

Conversation

felixdittrich92
Copy link
Owner

@felixdittrich92 felixdittrich92 commented May 13, 2024

This PR:

  • add 8-bit model variants
  • add corresponding tests

@felixdittrich92 felixdittrich92 added documentation Improvements or additions to documentation onnx onnxruntime related new feature a new feature labels May 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.44%. Comparing base (48fb2ce) to head (202f994).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   97.43%   97.44%   +0.01%     
==========================================
  Files          61       61              
  Lines        1829     1840      +11     
==========================================
+ Hits         1782     1793      +11     
  Misses         47       47              
Flag Coverage Δ
unittests 97.44% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felixdittrich92 felixdittrich92 linked an issue May 13, 2024 that may be closed by this pull request
@felixdittrich92 felixdittrich92 merged commit 162a10d into main May 13, 2024
11 of 12 checks passed
@felixdittrich92 felixdittrich92 deleted the dockerfiles branch May 13, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation new feature a new feature onnx onnxruntime related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[quantization] Test 8bit quantization
2 participants