Skip to content

Commit

Permalink
Adapt to package rename (nod-ai#494)
Browse files Browse the repository at this point in the history
The packages were recently renamed from `iree-compiler` and
`iree-runtime` to `iree-base-compiler` and `iree-base-compiler`,
respectively.
  • Loading branch information
marbre authored Nov 13, 2024
1 parent ce6ccf8 commit 23bed17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Update to the latest iree packages.
pip install -f https://iree.dev/pip-release-links.html --upgrade \
iree-compiler iree-runtime --src deps \
iree-base-compiler iree-base-runtime --src deps \
-e "git+https://github.com/iree-org/iree-turbine.git#egg=iree-turbine"
- name: Run sharktank tests
Expand Down

0 comments on commit 23bed17

Please sign in to comment.