Skip to content

Commit 1ecab49

Browse files
guangy10Github Executorch
andauthored
Disable broken job from continuous benchmark (#7947)
Diable broken job from continuous benchmark Co-authored-by: Github Executorch <[email protected]>
1 parent 23de078 commit 1ecab49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/scripts/gather_benchmark_configs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ class DisabledConfig(NamedTuple):
7171
config_name="mps",
7272
github_issue="https://github.com/pytorch/executorch/issues/7904",
7373
),
74+
DisabledConfig(
75+
config_name="qnn_q8",
76+
github_issue="https://github.com/pytorch/executorch/issues/7946",
77+
),
7478
],
7579
"edsr": [
7680
DisabledConfig(

0 commit comments

Comments
 (0)