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 ad32ab9 commit 34d51ecCopy full SHA for 34d51ec
backends/qualcomm/scripts/download_qnn_sdk.py
@@ -173,7 +173,7 @@ def _download_qnn_sdk(dst_folder=SDK_DIR) -> Optional[pathlib.Path]:
173
)
174
QAIRT_CONTENT_DIR = f"qairt/{QNN_VERSION}"
175
176
- if not is_linux_x86() or not check_glibc_exist(REQUIRED_LIBC_LIBS):
+ if not is_linux_x86() or not check_glibc_exist():
177
logger.info("Skipping Qualcomm SDK (only supported on Linux x86).")
178
return None
179
else:
0 commit comments