Skip to content

Commit deac147

Browse files
committed
debug
1 parent e10e98e commit deac147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/qualcomm/scripts/download_qnn_sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from tqdm import tqdm
1414

1515
SDK_DIR = pathlib.Path(__file__).parent.parent / "sdk" / "qnn"
16-
PKG_ROOT = pathlib.Path(__file__).parent
16+
PKG_ROOT = pathlib.Path(__file__).parent.parent
1717

1818

1919
def is_linux_x86() -> bool:
@@ -278,7 +278,7 @@ def install_qnn_sdk(force_download: bool = True) -> bool:
278278
"""
279279

280280
# --- Qualcomm SDK handling ---
281-
qnn_sdk_dir = PKG_ROOT / "sdk" / "qnn"
281+
qnn_sdk_dir = SDK_DIR
282282
print(f"[INIT] qnn_sdk_dir: {qnn_sdk_dir}")
283283
if not qnn_sdk_dir.exists():
284284
print("[INIT] Qualcomm SDK not found. Downloading...")

0 commit comments

Comments
 (0)