File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ pip install wheel setuptools pybind11
7070```
7171git clone https://github.com/quic/ai-engine-direct-helper.git --recursive
7272```
73+ - If you have cloned it before, you can update the code by the following command:
74+ ```
75+ git pull --recurse-submodules
76+ ```
7377- Set environment 'QNN_SDK_ROOT' to the Qualcomm® AI Runtime SDK path which you're using. E.g.:
7478```
7579Set QNN_SDK_ROOT=C:\Qualcomm\AIStack\QAIRT\2.34.0.250424\
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ Run below commands in Windows terminal:
2121```
2222git clone https://github.com/quic/ai-engine-direct-helper.git
2323```
24-
24+ If you have cloned it before, you can update the code by the following command:
25+ ```
26+ git pull --recurse-submodules
27+ ```
2528### Step 4: Setup QAI AppBuilder Python Environment:
2629Run below commands in Windows terminal:
2730```
You can’t perform that action at this time.
0 commit comments