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 a8a6a34 commit caa0be8Copy full SHA for caa0be8
setup.py
@@ -494,7 +494,7 @@ def run(self):
494
# Run build.sh with SDK path exported
495
env = dict(**os.environ)
496
env["QNN_SDK_ROOT"] = str(sdk_path)
497
- subprocess.check_call([str(build_sh), "--skip_aarch64"], env=env)
+ subprocess.check_call([str(build_sh), "--skip_la"], env=env)
498
499
# Copy the main .so into the wheel package
500
so_src = (
0 commit comments