Skip to content

Commit e05d75d

Browse files
committed
Trigger CI
1 parent 81046a8 commit e05d75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/qnn_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def preprocess(
5151
core_api_version = qnn_manager.GetQnnAPIVersion()
5252
assert not obj_options.online_prepare or (
5353
core_api_version[0] >= 2 and core_api_version[1] >= 23
54-
), "Online prepare is disabled for Qnn API versions below 2.23.0."
54+
), "Online prepare is disabled for QNN API versions below 2.23.0."
5555

5656
qnn_manager.Init()
5757

0 commit comments

Comments
 (0)