Skip to content

Commit 5b33295

Browse files
committed
Qualcomm AI Engine Direct - Minor qnn_config fix
1 parent 91aef57 commit 5b33295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/qualcomm/export_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class QnnConfig:
119119
ci: Optional[bool] = False
120120
seed: Optional[int] = None
121121
htp_performance_mode: QnnExecuTorchHtpPerformanceMode = (
122-
QnnExecuTorchHtpPerformanceMode.kHtpBurst,
122+
QnnExecuTorchHtpPerformanceMode.kHtpBurst
123123
)
124124

125125
def __post_init__(self):

0 commit comments

Comments
 (0)