Skip to content

Commit

Permalink
Add find-links URL to iree pip install.
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored May 13, 2024
1 parent 3b9d936 commit 7ae8520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
source turbine_venv/bin/activate
python3.11 -m pip install --upgrade pip
pip install --no-compile -r ${{ github.workspace }}/iree-turbine/pytorch-cpu-requirements.txt
pip install --no-compile --pre --no-cache-dir -r ${{ github.workspace }}/iree-turbine/iree-requirements.txt
pip install --no-compile --pre --no-cache-dir -r ${{ github.workspace }}/iree-turbine/iree-requirements.txt -f https://iree.dev/pip-release-links.html
pip install --no-compile --pre --upgrade -e models -r models/requirements.txt
- name: Show current free memory
Expand Down

0 comments on commit 7ae8520

Please sign in to comment.