Skip to content

Commit

Permalink
Update test_models.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored May 2, 2024
1 parent 090dacb commit 83c92ec
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 @@ -51,7 +51,7 @@ jobs:
# wheels saves multiple minutes and a lot of bandwidth on runner setup.
pip install --no-compile -r ${{ github.workspace }}/iree-turbine/pytorch-cpu-requirements.txt
pip install --pre --upgrade -r ${{ github.workspace }}/iree-turbine/requirements.txt
pip install --no-compile --pre -e ${{ github.workspace }}/iree-turbine[testing]
pip install --pre -e ${{ github.workspace }}/iree-turbine[testing]
pip install --no-compile --pre --upgrade -e models -r models/requirements.txt
- name: Show current free memory
Expand Down

0 comments on commit 83c92ec

Please sign in to comment.