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 6aa7c12 commit 4d2c4ecCopy full SHA for 4d2c4ec
backends/qualcomm/scripts/download_qnn_sdk.py
@@ -40,7 +40,7 @@ def is_linux_x86() -> bool:
40
41
import subprocess
42
43
-MINIMUM_LIBC_VERSION = 2.28
+MINIMUM_LIBC_VERSION = 2.29
44
45
REQUIRED_LIBC_LIBS = [
46
"/lib/x86_64-linux-gnu/libc.so.6",
0 commit comments