Skip to content

Commit

Permalink
install new cmake to fix 'missed torch::xpurt target'
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Sep 11, 2024
1 parent ce5bc03 commit 50afe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triton-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Install Python build dependencies
run: |
pip install wheel
pip install wheel cmake
- name: Setup PyTorch with IPEX
if: ${{ github.event_name == 'schedule' || inputs.install_ipex }}
Expand Down

0 comments on commit 50afe87

Please sign in to comment.