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

onnxruntime provider #122

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

bammari
Copy link
Collaborator

@bammari bammari commented Sep 22, 2023

New version of ORT requires execution provider specification when creating InferenceSession. Added 'CPUExecutionProvider'

Legal Acknowledgement
By contributing to this software project, I agree my contributions are submitted under the BSD license.
I represent I am authorized to make the contributions and grant the license.
If my employer has rights to intellectual property that includes these contributions,
I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch coverage: 98.94% and project coverage change: +0.54% 🎉

Comparison is base (dcca13c) 95.40% compared to head (04da734) 95.95%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #122      +/-   ##
==========================================
+ Coverage   95.40%   95.95%   +0.54%     
==========================================
  Files          26       29       +3     
  Lines        1371     1656     +285     
  Branches      192      254      +62     
==========================================
+ Hits         1308     1589     +281     
- Misses         34       35       +1     
- Partials       29       32       +3     
Files Changed Coverage Δ
src/omlt/linear_tree/lt_definition.py 98.69% <98.69%> (ø)
src/omlt/linear_tree/lt_formulation.py 99.22% <99.22%> (ø)
src/omlt/dependencies.py 100.00% <100.00%> (ø)
src/omlt/linear_tree/__init__.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

Copy link
Collaborator

@carldlaird carldlaird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix.

@carldlaird carldlaird merged commit 47f646b into cog-imperial:main Sep 24, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants