microsoft / hummingbird

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

Documentation deploy problem #762

Open ksaur opened 7 months ago

ksaur commented 7 months ago

With the restructuring of the pipeline due to the access token permission change, we're getting some quiet error and even though the pipeline is green, the docs aren't deploying (last was 3 weeks ago).

The issue is that since we pulled the pages build out of the main pipeline flow, the hummingbird import fails.

* KeyError: 'hummingbird'
* ModuleNotFoundError: No module named 'hummingbird'

So we can either pull this stage back into the main pipeline as it was before (but make sure that the permissions are set correctly), or we can redownload everything again in the new stage. The second is a bit slower but maybe cleaner.