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 e4a8ec7 commit ca7bd80Copy full SHA for ca7bd80
backends/qualcomm/tests/test_qnn_delegate.py
@@ -3804,7 +3804,7 @@ def test_stories_single_llama(self):
3804
if self.enable_x86_64:
3805
cmds.extend(["--enable_x86_64"])
3806
3807
- golden_start_with = "Once upon a time,"
+ golden_start_with = "wOnce upon a time,"
3808
p = subprocess.Popen(cmds, stdout=subprocess.DEVNULL)
3809
with Listener((self.ip, self.port)) as listener:
3810
conn = listener.accept()
0 commit comments