microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.34k stars 278 forks source link

Pin cython version to avoid TVM build error on macOS #729

Closed mshr-h closed 1 year ago

mshr-h commented 1 year ago

Fix #727

codecov-commenter commented 1 year ago

Codecov Report

Merging #729 (6a5e097) into main (166f11e) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #729   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files          80       80           
  Lines        4676     4676           
  Branches      856      856           
=======================================
  Hits         4218     4218           
  Misses        260      260           
  Partials      198      198           
Flag Coverage Δ
unittests 90.20% <100.00%> (ø)

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

Impacted Files Coverage Δ
hummingbird/__init__.py 100.00% <100.00%> (ø)