Skip to content

Commit

Permalink
get latest iree
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Nov 15, 2024
1 parent 25b29d0 commit 32fb07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python3.11 -m venv bench_venv
source bench_venv/bin/activate
pip install --upgrade pip
pip install --find-links https://iree.dev/pip-release-links.html iree-base-compiler iree-base-runtime --upgrade
pip install --pre --no-cache-dir --find-links https://iree.dev/pip-release-links.html iree-base-compiler iree-base-runtime --upgrade
pip install -r requirements.txt
pip install --no-compile --pre --upgrade -e common_tools
pip install iree-turbine@git+https://github.com/iree-org/iree-turbine.git@main
Expand Down

0 comments on commit 32fb07d

Please sign in to comment.