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 3341737 commit e244906Copy full SHA for e244906
backends/qualcomm/__init__.py
@@ -3,3 +3,8 @@
3
import pathlib
4
5
from .scripts.download_qnn_sdk import install_qnn_sdk
6
+
7
+print("Running executorch/backends/qualcomm/__init__.py")
8
+if False:
9
+ print("shouldn't be here ")
10
+ install_qnn_sdk()
0 commit comments