uber / neuropod

A uniform interface to run deep learning models from multiple frameworks
https://neuropod.ai
Apache License 2.0
937 stars 77 forks source link

Bump version to 0.3.0rc7 and relax backend version requirement #552

Closed VivekPanyam closed 2 years ago

VivekPanyam commented 2 years ago

Summary:

Update the Neuropod version to 0.3.0rc7.

This PR also allows Neuropod 0.3.0rc7 to use backends from 0.3.0rc6. This is a temporary workaround to avoid having to reinstall backends whenever upgrading the main library. This will be improved once we have a long term release/ABI compatibility strategy (along with an ability to test and enforce it in CI).

Test Plan:

CI + Local tests by @qiyanz to check backend compatibility

codecov[bot] commented 2 years ago

Codecov Report

Merging #552 (23c6571) into master (b18e281) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head 23c6571 differs from pull request most recent head 7e17047. Consider uploading reports for the commit 7e17047 to get more accurate results

@@            Coverage Diff             @@
##           master     #552      +/-   ##
==========================================
+ Coverage   86.53%   86.56%   +0.02%     
==========================================
  Files         105      105              
  Lines        7054     7069      +15     
==========================================
+ Hits         6104     6119      +15     
  Misses        950      950              
Impacted Files Coverage Δ
source/neuropod/internal/backend_registration.cc 86.82% <100.00%> (+0.81%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 390ae02...7e17047. Read the comment docs.