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 a3133fb commit ad32ab9Copy full SHA for ad32ab9
backends/qualcomm/scripts/download_qnn_sdk.py
@@ -79,8 +79,6 @@ def check_glibc_exist() -> bool:
79
"""
80
)
81
print("[QNN] glibc exists: ", exists)
82
- print(get_glibc_version())
83
-
84
return exists
85
86
0 commit comments