tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Pypi upload broken #169

Open PhilippvK opened 1 year ago

PhilippvK commented 1 year ago

The last 3 weekly uploads to the Pypi website (Job "Wheel-Manylinux-Pypi") failed due to the 10GB project quota beeing exceeded for the apache-tvm package, see:

https://github.com/tlc-pack/tlcpack/actions/workflows/wheel_manylinux_pypi.yaml

I would appreciate if someone would manually remove some old builds to reduce the project size and trigger a new weekly upload.

On the long term, old development builds of tvm should be cleaned up automatically via the CI. (Similary to the pruning done for the TLCPack releases)

With the package size currently beeing <200MB it should be possible to keep up to ~50 wheels (including quarterly releases and weekly dev builds)

CC @leandron @areusch @tqchen @driazati

driazati commented 1 year ago

Thanks for flagging this, I cleaned out some old .dev builds and re-ran the nightly workflow. As far as maintaining dev builds I think we only should keep up the most recent week (e.g. there is one dev build for the tip-of-tree), anything more specific and users would have to build TVM themselves.