Skip to content

Commit 7012fa8

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Temporarily disable mobilebert quantized on xnnpack
Summary: OSS CI needs to be green. This looks like the last one Reviewed By: mcr229, cbilgin Differential Revision: D53636124 fbshipit-source-id: d8bb6a62f5426168e868a4b37621e408ec7138c8
1 parent a943958 commit 7012fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xnnpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class XNNPACKOptions(object):
2727
"vit": XNNPACKOptions(False, True),
2828
"w2l": XNNPACKOptions(False, True),
2929
"edsr": XNNPACKOptions(True, True),
30-
"mobilebert": XNNPACKOptions(True, True),
30+
"mobilebert": XNNPACKOptions(False, True), # T170286473
3131
"llama2": XNNPACKOptions(False, True),
3232
}
3333

0 commit comments

Comments
 (0)