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
I'd like for a manual QA process to be able to pip install -f https://github.com/nod-ai/shark-ai/releases/expanded_assets/dev-wheels -f https://iree.dev/pip-release-links.html shark-ai[apps]==3.2.0rc20250206 and have that match what we would release to stable at that version, including pins for all packages.
We currently only pin IREE package versions in stable shark-ai releases, not nightly releases. For example, here's is a section of the METADATA for a stable release:
I'd like for a manual QA process to be able to
pip install -f https://github.com/nod-ai/shark-ai/releases/expanded_assets/dev-wheels -f https://iree.dev/pip-release-links.html shark-ai[apps]==3.2.0rc20250206
and have that match what we would release to stable at that version, including pins for all packages.We currently only pin IREE package versions in stable shark-ai releases, not nightly releases. For example, here's is a section of the METADATA for a stable release:
Compared to a nightly release:
Could we make the nightly releases look more like this instead, using versions from https://github.com/nod-ai/shark-ai/blob/main/requirements-iree-pinned.txt ?
We had some related discussions back when adding the meta package, e.g. #475.
The text was updated successfully, but these errors were encountered: