You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): build pypi release via `uv build` instead of removed setup.py (
#3700) [skip ci]
The pyproject migration removed setup.py, so the publish workflow failed at
`python setup.py sdist` (No such file). Build the sdist+wheel with `uv build`
(PEP 517; setuptools backend reads the version from VERSION). Also make the
GitHub release step idempotent so a re-run/re-tag of an existing release
doesn't fail, and drop the unused dependency-install step.
upgrade torchao to 0.17.0 (#3569)
* upgrade to torchao 0.17.0
* upgrade mistral-common too
* chore: lint
* patch fix for torchao low bit optimizers
* fix up
* propagate dtype
* fix test for ao change
* address PR comments