Skip to content

Commit 25b29d0

Browse files
committed
adapt to new iree release scheme
1 parent 72c2ae3 commit 25b29d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python3.11 -m venv bench_venv
2828
source bench_venv/bin/activate
2929
pip install --upgrade pip
30-
pip install --find-links https://iree.dev/pip-release-links.html iree-compiler iree-runtime --upgrade
30+
pip install --find-links https://iree.dev/pip-release-links.html iree-base-compiler iree-base-runtime --upgrade
3131
pip install -r requirements.txt
3232
pip install --no-compile --pre --upgrade -e common_tools
3333
pip install iree-turbine@git+https://github.com/iree-org/iree-turbine.git@main

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
If you are not using a local iree build, install the iree pip packages:
66
```
7-
pip install --find-links https://iree.dev/pip-release-links.html iree-compiler iree-runtime --upgrade
7+
pip install --find-links https://iree.dev/pip-release-links.html iree-base-compiler iree-base-runtime --upgrade
88
```
99

1010
Create a python environment and install the requirements for the project:

0 commit comments

Comments
 (0)