microsoft / hummingbird

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

[WIP]Investigate #715 #716

Closed mshr-h closed 1 year ago

mshr-h commented 1 year ago

715

mshr-h commented 1 year ago

-rw-r--r-- 1 runner staff 42055067 Feb 24 22:03 tvm-0.10.0-cp38-cp38-macosx_10_15_x86_64.whl -rw-r--r-- 1 runner staff 42055470 Jun 20 02:39 tvm-0.10.0-cp38-cp38-macosx_11_0_x86_64.whl

There are multiple whl packages in python/dist/ and try to install them simultaneously. One of them was restored from the cache. I think we need to exclude python/dist/ from the cache. (Just remove the directory before caching?)

ksaur commented 1 year ago

Clearing the cache seems to work, thanks so much for that suggestion!! But I see what you mean, do we also need to exclude the dist from the dir before caching?

ksaur commented 1 year ago

Now some new problem this time with TVM+pypi; I'm hoping intermittent (will try again in an hour, seems an outage) Was transient, yay

mshr-h commented 1 year ago

Maybe we can avoid the issue by moving the wheel building command to the Build TVM if Mac step.