Skip to content

Commit

Permalink
Disable broken job from continuous benchmark (#7947)
Browse files Browse the repository at this point in the history
Diable broken job from continuous benchmark

Co-authored-by: Github Executorch <[email protected]>
  • Loading branch information
2 people authored and YIWENX14 committed Jan 28, 2025
1 parent 52fd986 commit 6f79216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/scripts/gather_benchmark_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ class DisabledConfig(NamedTuple):
config_name="mps",
github_issue="https://github.com/pytorch/executorch/issues/7904",
),
DisabledConfig(
config_name="qnn_q8",
github_issue="https://github.com/pytorch/executorch/issues/7946",
),
],
"edsr": [
DisabledConfig(
Expand Down

0 comments on commit 6f79216

Please sign in to comment.