Skip to content

Commit

Permalink
Revert "Change default benchmark mode to upstream PyTorch (#2298)"
Browse files Browse the repository at this point in the history
This reverts commit 782aecf.
  • Loading branch information
anmyachev committed Sep 25, 2024
1 parent 6955edf commit 94cd2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triton-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:
install_ipex:
description: Install Intel PyTorch Extension
type: boolean
default: false
default: true
schedule:
- cron: "5 23 * * *"

permissions: read-all

env:
PYTHON_VERSION: "3.10"
USE_IPEX: ${{ github.event_name == 'schedule' && '0' || inputs.install_ipex && '1' || '0' }}
USE_IPEX: ${{ github.event_name == 'schedule' && '1' || inputs.install_ipex && '1' || '0' }}

jobs:
build:
Expand Down

0 comments on commit 94cd2e3

Please sign in to comment.