We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c755d04 commit b00a90aCopy full SHA for b00a90a
examples/models/llama/tests/test_export_llama_lib.py
@@ -19,6 +19,7 @@
19
20
21
class ExportLlamaLibTest(unittest.TestCase):
22
+ @unittest.skip("Keeps failing on trunk, temporarily skip")
23
def test_has_expected_ops_and_op_counts(self):
24
"""
25
Checks the presence of unwanted expensive ops.
0 commit comments