Skip to content

Commit 648b848

Browse files
authored
Update qualcomm_README.md
1 parent beb1c98 commit 648b848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo-apps/android/LlamaDemo/docs/delegates/qualcomm_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cmake --build cmake-out -j16 --target install --config Release
8080
### Setup Llama Runner
8181
Next we need to build and compile the Llama runner. This is similar to the requirements for running Llama with XNNPACK.
8282
```
83-
sh examples/models/llama/install_requirements.sh
83+
./examples/models/llama/install_requirements.sh
8484
8585
cmake -DPYTHON_EXECUTABLE=python \
8686
-DCMAKE_INSTALL_PREFIX=cmake-out \

0 commit comments

Comments
 (0)