Skip to content

Commit 782aecf

Browse files
authored
Change default benchmark mode to upstream PyTorch (#2298)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 24d985b commit 782aecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ on:
1414
install_ipex:
1515
description: Install Intel PyTorch Extension
1616
type: boolean
17-
default: true
17+
default: false
1818
schedule:
1919
- cron: "5 23 * * *"
2020

2121
permissions: read-all
2222

2323
env:
2424
PYTHON_VERSION: "3.10"
25-
USE_IPEX: ${{ github.event_name == 'schedule' && '1' || inputs.install_ipex && '1' || '0' }}
25+
USE_IPEX: ${{ github.event_name == 'schedule' && '0' || inputs.install_ipex && '1' || '0' }}
2626

2727
jobs:
2828
build:

0 commit comments

Comments
 (0)