Skip to content

Commit 8ba989a

Browse files
committed
Fail on purpose
1 parent e4e21dd commit 8ba989a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,7 +3626,7 @@ def test_stories_single_llama(self):
36263626
if self.enable_x86_64:
36273627
cmds.extend(["--enable_x86_64"])
36283628

3629-
golden_start_with = "Once upon a time,"
3629+
golden_start_with = "sOnce upon a time,"
36303630
p = subprocess.Popen(cmds, stdout=subprocess.DEVNULL)
36313631
with Listener((self.ip, self.port)) as listener:
36323632
conn = listener.accept()
@@ -3641,7 +3641,7 @@ def test_stories_single_llama(self):
36413641
# x86 does not allow weight sharing, so we don't check pte size
36423642
if not self.enable_x86_64:
36433643
pte_size = msg["pte_size"]
3644-
self.assertLessEqual(pte_size, 130000000)
3644+
self.assertLessEqual(pte_size, 13) # 130000000
36453645

36463646
@unittest.skip("dynamic shape inputs appear in recent torch.export.export")
36473647
def test_mobilebert(self):

0 commit comments

Comments
 (0)