microsoft / hummingbird

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

Add support for Python 3.11 #643

Closed mshr-h closed 6 months ago

mshr-h commented 1 year ago

Waiting for the update

codecov-commenter commented 1 year ago

Codecov Report

Merging #643 (9697801) into main (12e7513) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #643   +/-   ##
=======================================
  Coverage   90.26%   90.26%           
=======================================
  Files          77       77           
  Lines        4559     4559           
  Branches      846      846           
=======================================
  Hits         4115     4115           
  Misses        251      251           
  Partials      193      193           
Flag Coverage Δ
unittests 90.26% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ksaur commented 6 months ago

Are we still blocked on this (and #709)? Maybe we can move the rest of the pipeline forward to 3.11/3.12 and leave the TVM tests on 3.10? What do you think @mshr-h @interesaaat

I want to put 3.11 (and maybe 3.12) in the new release.

ksaur commented 6 months ago

Hi @mshr-h thanks for all of your work on this! We want to move forward with Python 3.11 and a release, so I made a separate PR for now with newer python (#749).

And then hopefully later we can have #709 working when all of the external bugs are fixed!