Skip to content

Commit

Permalink
Run E2E tests with upstream PyTorch by default (#1952)
Browse files Browse the repository at this point in the history
Fixes #1851.
  • Loading branch information
pbchekin authored Aug 20, 2024
1 parent eca3c10 commit e5ca533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-accuracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
install_ipex:
description: Install Intel PyTorch Extension
type: boolean
default: true
default: false
pytorch_ref:
description: PyTorch ref, keep empty for default
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
install_ipex:
description: Install Intel PyTorch Extension
type: boolean
default: true
default: false
pytorch_ref:
description: PyTorch ref, keep empty for default
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
install_ipex:
description: Install Intel PyTorch Extension
type: boolean
default: true
default: false
pytorch_ref:
description: PyTorch ref, keep empty for default
type: string
Expand Down

0 comments on commit e5ca533

Please sign in to comment.