Skip to content

Commit a79f802

Browse files
committed
remove one more check
1 parent aa27f30 commit a79f802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/qualcomm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
from .scripts.download_qnn_sdk import (
4-
check_glibc_exist_and_validate,
4+
# check_glibc_exist_and_validate,
55
install_qnn_sdk,
66
is_linux_x86,
77
)
@@ -15,7 +15,7 @@
1515
env_flag not in ("1", "true", "yes")
1616
and not qnn_sdk_root_flag
1717
and is_linux_x86()
18-
and check_glibc_exist_and_validate()
18+
# and check_glibc_exist_and_validate()
1919
):
2020
ok = install_qnn_sdk()
2121

0 commit comments

Comments
 (0)