Skip to content

Commit 50cbe9a

Browse files
committed
fix
1 parent 34ea6d9 commit 50cbe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3797,7 +3797,7 @@ def test_stories_single_llama(self):
37973797
]
37983798
if self.compile_only:
37993799
cmds.extend(["--compile_only"])
3800-
else:
3800+
elif self.device:
38013801
cmds.extend(["--device", self.device])
38023802
if self.host:
38033803
cmds.extend(["--host", self.host])

0 commit comments

Comments
 (0)